2daf4bad5c
refs https://github.com/TryGhost/Toolbox/issues/583 - removed default config so we just have separate numbers for the flags - added threshold to flags config so we can protect against small changes in variance
20 lines
320 B
YAML
20 lines
320 B
YAML
codecov:
|
|
require_ci_to_pass: true
|
|
coverage:
|
|
status:
|
|
patch: false
|
|
project:
|
|
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
|