Skip to content

Commit 0d7c437

Browse files
committed
gh: try to run lcov2 and gtest together
1 parent fa93eb9 commit 0d7c437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
working-directory: build
2828
run: |
2929
sudo apt install lcov
30-
lcov -c -d . -o coverage.info
30+
lcov -c -d . -o coverage.info --ignore-errors gcov,gcov,mismatch,mismatch
3131
lcov -l coverage.info
3232
- name: Upload coverage to Codecov
3333
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)