Skip to content

Commit c79db78

Browse files
committed
fix: pipeline coverage
1 parent b282156 commit c79db78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cmake --preset=debug
6565
cmake --build --preset=debug
6666
ctest --preset=debug
67-
lcov --gcov-tool gcov --capture --directory . --output-file lcov.info
67+
lcov --gcov-tool gcov --capture --directory . --output-file lcov.info --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch
6868
6969
- name: Upload coverage to Codecov
7070
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)