Ghost/.github/codecov.yml
Daniel Lockyer 1adbd7d507
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
2023-05-24 11:09:13 +02:00

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