status-go/.codecov.yml
Jakub Sokołowski 807397faca
fix(codecov)_: ignore folders without tests
Otherwise Codecov reports incorrect numbers when making changes.
https://docs.codecov.com/docs/ignoring-paths

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-29 10:01:51 +01:00

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