Skip to content

Commit

Permalink
CI: Update codecov paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Jul 18, 2022
1 parent 0c2d18d commit 5285008
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ coverage:
- testsuite/python/
enabled: yes
threshold: 1%
tests:
unit_tests:
paths:
- src/core/unit_tests/
- "src/**/*tests/"
enabled: yes
threshold: 1%
core:
paths:
- "!src/core/unit_tests/"
- "src/"
- "!src/**/*tests/"
- "!src/python/"
enabled: yes
threshold: 1%
patch:
Expand Down

0 comments on commit 5285008

Please sign in to comment.