dd6559b3c8
refs https://github.com/TryGhost/Toolbox/issues/583 - this disables the project codecov, as it's better to determine the codecov by the individual flags we have set
21 lines
341 B
YAML
21 lines
341 B
YAML
codecov:
|
|
require_ci_to_pass: true
|
|
coverage:
|
|
status:
|
|
patch: false
|
|
project:
|
|
default: false
|
|
e2e-tests:
|
|
flags:
|
|
- e2e-tests
|
|
threshold: 0.2%
|
|
unit-tests:
|
|
flags:
|
|
- unit-tests
|
|
threshold: 0.2%
|
|
flags:
|
|
e2e-tests:
|
|
carryforward: true
|
|
unit-tests:
|
|
carryforward: true
|