status-go/.codecov.yml
Igor Sirotin d794e43347
feat_: functional tests coverage (#5805)
* feat_: functional tests coverage

* fix_: codecov yaml
2024-09-24 16:33:26 +01:00

47 lines
778 B
YAML

# When modifying this file, please validate using:
# make codecov-validate
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: true
coverage:
status:
project:
default:
informational: true
unit-tests:
target: auto
flags:
- unit
functional-tests:
target: auto
flags:
- functional
patch:
default:
informational: true
unit-tests:
target: auto
flags:
- unit
functional-tests:
target: auto
flags:
- functional
flags:
unit-tests:
paths:
- ".*"
carryforward: false
functional-tests:
paths:
- ".*"
carryforward: true
comment:
behavior: default
layout: diff,flags,tree