Skip to content

Commit 407c04d

Browse files
dvdkonwonder-sk
authored andcommitted
Ignore "mismatched end line" errors in lcov
These seem to be caused by bugs somewhere in the chain and actually chasing them down seems like a lot of work.
1 parent fba6640 commit 407c04d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Prepare coverage report
7171
run: |
7272
cd build_coverage_lnx
73-
lcov --directory . --capture --output-file coverage.info
73+
lcov --directory . --capture --ignore-errors mismatch --output-file coverage.info
7474
lcov --remove coverage.info '*/tests/*' '/usr/*' '*googletest/*' '*/3rdparty/*' --output-file coverage.info
7575
lcov --list coverage.info
7676

0 commit comments

Comments
 (0)