Skip to content

Commit c323dcd

Browse files
Merge pull request #319 from anyaevostinar/anyaevostinar-codecov-fix
Update ignore patterns in codecov.yml
2 parents 8d9e247 + bb98e81 commit c323dcd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Upload coverage
3434
uses: codecov/codecov-action@v5
35+
with:
36+
exclude: source/catch,source/json,source/test
3537
env:
3638
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3739

codecov.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
ignore:
2-
- "source/catch/**/*"
2+
- "**/source/catch/**"
3+
- "**/source/json/**"
34
- "stats_scripts/**/*"
45
- "web/**/*"
56
- "source/Organism.h"
67
- "source/*.test.cc"
78
- "Empirical/**/*"
89
- "coverage_source/**/*"
9-
- "source/test/**/*"
10+
- "**/source/test/**"
1011
- "signalgp-lite/**/*"

0 commit comments

Comments
 (0)