mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
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
|