Reconfigured codecov config
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
This commit is contained in:
parent
258a562031
commit
2daf4bad5c
6
.github/codecov.yml
vendored
6
.github/codecov.yml
vendored
@ -4,16 +4,14 @@ coverage:
|
||||
status:
|
||||
patch: false
|
||||
project:
|
||||
default:
|
||||
flags:
|
||||
- unit-tests
|
||||
- e2e-tests
|
||||
e2e-tests:
|
||||
flags:
|
||||
- e2e-tests
|
||||
threshold: 0.2%
|
||||
unit-tests:
|
||||
flags:
|
||||
- unit-tests
|
||||
threshold: 0.2%
|
||||
flags:
|
||||
e2e-tests:
|
||||
carryforward: true
|
||||
|
Loading…
Reference in New Issue
Block a user