mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03: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
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 New Issue
Block a user