mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added codecov config to repo
refs https://github.com/TryGhost/Toolbox/issues/583 - this commit adds config for codecov because this repo needs some changes that aren't suitable for the global config - this probably needs some adjusting over time but should get us started for now
This commit is contained in:
parent
86499aaf01
commit
1adbd7d507
1 changed files with 21 additions and 0 deletions
21
.github/codecov.yml
vendored
Normal file
21
.github/codecov.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
codecov:
|
||||
require_ci_to_pass: true
|
||||
coverage:
|
||||
status:
|
||||
patch: false
|
||||
project:
|
||||
default:
|
||||
flags:
|
||||
- unit-tests
|
||||
- e2e-tests
|
||||
e2e-tests:
|
||||
flags:
|
||||
- e2e-tests
|
||||
unit-tests:
|
||||
flags:
|
||||
- unit-tests
|
||||
flags:
|
||||
e2e-tests:
|
||||
carryforward: true
|
||||
unit-tests:
|
||||
carryforward: true
|
Loading…
Reference in a new issue