mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 05:31:36 +00:00
Jakub Sokołowski
807397faca
Otherwise Codecov reports incorrect numbers when making changes. https://docs.codecov.com/docs/ignoring-paths Signed-off-by: Jakub Sokołowski <jakub@status.im>
54 lines
856 B
YAML
54 lines
856 B
YAML
# When modifying this file, please validate using:
|
|
# make codecov-validate
|
|
|
|
codecov:
|
|
require_ci_to_pass: false
|
|
notify:
|
|
wait_for_ci: true
|
|
|
|
ignore:
|
|
- "_.*"
|
|
- "vendor"
|
|
- "scripts"
|
|
- "contracts"
|
|
- "Makefile"
|
|
|
|
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: false
|
|
|
|
comment:
|
|
behavior: default
|
|
layout: diff,flags,tree
|