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>
This commit is contained in:
Jakub Sokołowski 2024-10-29 09:50:26 +01:00
parent 90a0f9d643
commit 807397faca
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,13 @@ codecov:
notify:
wait_for_ci: true
ignore:
- "_.*"
- "vendor"
- "scripts"
- "contracts"
- "Makefile"
coverage:
status:
project:
@ -39,7 +46,7 @@ flags:
functional-tests:
paths:
- ".*"
carryforward: true
carryforward: false
comment:
behavior: default