We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa93eb9 commit 0d7c437Copy full SHA for 0d7c437
.github/workflows/coverage.yml
@@ -27,7 +27,7 @@ jobs:
27
working-directory: build
28
run: |
29
sudo apt install lcov
30
- lcov -c -d . -o coverage.info
+ lcov -c -d . -o coverage.info --ignore-errors gcov,gcov,mismatch,mismatch
31
lcov -l coverage.info
32
- name: Upload coverage to Codecov
33
uses: codecov/codecov-action@v3
0 commit comments