2 parents 8d9e247 + bb98e81 commit c323dcdCopy full SHA for c323dcd
2 files changed
.github/workflows/CI.yml
@@ -32,6 +32,8 @@ jobs:
32
33
- name: Upload coverage
34
uses: codecov/codecov-action@v5
35
+ with:
36
+ exclude: source/catch,source/json,source/test
37
env:
38
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
39
codecov.yml
@@ -1,10 +1,11 @@
1
ignore:
2
- - "source/catch/**/*"
+ - "**/source/catch/**"
3
+ - "**/source/json/**"
4
- "stats_scripts/**/*"
5
- "web/**/*"
6
- "source/Organism.h"
7
- "source/*.test.cc"
8
- "Empirical/**/*"
9
- "coverage_source/**/*"
- - "source/test/**/*"
10
+ - "**/source/test/**"
11
- "signalgp-lite/**/*"
0 commit comments