We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ee18d commit 6d36625Copy full SHA for 6d36625
.github/workflows/main.yml
@@ -143,7 +143,7 @@ jobs:
143
- name: Generate gcovr Coverage Data
144
run: |
145
cd build
146
- gcovr -r ../ --xml --output ../coverage.xml
+ gcovr -r ../include ../src --xml --output ../coverage.xml
147
- name: Upload coverage reports to Codecov
148
uses: codecov/codecov-action@v4.0.1
149
with:
codecov.yml
@@ -1,5 +1,6 @@
1
ignore:
2
- "test/**"
3
+ - "app/**"
4
coverage:
5
status:
6
project:
0 commit comments