Skip to content

Commit 1b59995

Browse files
authored
Update Code_Coverage.yml
1 parent 60eaec4 commit 1b59995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Code_Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: create Report
4949
working-directory: ${{github.workspace}}/build/test
50-
run: lcov --capture --directory .. --output-file coverage.info
50+
run: lcov --capture --directory .. --output-file coverage.info --ignore-errors mismatch
5151

5252
- uses: codecov/codecov-action@v5.4.3
5353
with:

0 commit comments

Comments
 (0)