92120324eb
- added separate Admin codecov step - removed unit test until we figure out handling for partial runs
21 lines
344 B
YAML
21 lines
344 B
YAML
codecov:
|
|
require_ci_to_pass: true
|
|
coverage:
|
|
status:
|
|
patch: false
|
|
project:
|
|
default: false
|
|
admin-tests:
|
|
flags:
|
|
- admin-tests
|
|
threshold: 0.2%
|
|
e2e-tests:
|
|
flags:
|
|
- e2e-tests
|
|
threshold: 0.2%
|
|
flags:
|
|
admin-tests:
|
|
carryforward: true
|
|
e2e-tests:
|
|
carryforward: true
|