We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60eaec4 commit 1b59995Copy full SHA for 1b59995
1 file changed
.github/workflows/Code_Coverage.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: create Report
49
working-directory: ${{github.workspace}}/build/test
50
- run: lcov --capture --directory .. --output-file coverage.info
+ run: lcov --capture --directory .. --output-file coverage.info --ignore-errors mismatch
51
52
- uses: codecov/codecov-action@v5.4.3
53
with:
0 commit comments