mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
d794e43347
* feat_: functional tests coverage * fix_: codecov yaml
47 lines
778 B
YAML
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
|