Skip to content

Commit

Permalink
fix(codecov)_: ignore folders without tests
Browse files Browse the repository at this point in the history
Otherwise Codecov reports incorrect numbers when making changes.
https://docs.codecov.com/docs/ignoring-paths

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Oct 29, 2024
1 parent 90a0f9d commit 807397f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ codecov:
notify:
wait_for_ci: true

ignore:
- "_.*"
- "vendor"
- "scripts"
- "contracts"
- "Makefile"

coverage:
status:
project:
Expand Down Expand Up @@ -39,7 +46,7 @@ flags:
functional-tests:
paths:
- ".*"
carryforward: true
carryforward: false

comment:
behavior: default
Expand Down

0 comments on commit 807397f

Please sign in to comment.