1adbd7d507
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
22 lines
343 B
YAML
22 lines
343 B
YAML
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
|