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:
Daniel Lockyer 2023-05-24 11:05:49 +02:00
parent 86499aaf01
commit 1adbd7d507
No known key found for this signature in database

21
.github/codecov.yml vendored Normal file
View 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