Skip to content

Commit fd15937

Browse files
authored
Added ignore for useless lcov errors.
1 parent aa5701b commit fd15937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
4242
- name: coverage
4343
run: |
44-
lcov -o lcov.info -c -d . --gcov-tool /usr/bin/gcov #> /dev/null 2>&1
45-
lcov -o lcov.info -r lcov.info '/usr/*' '*/include/*' #> /dev/null 2>&1
46-
lcov -l lcov.info | cowsay -nW80 -fdefault
44+
lcov -o lcov.info -c -d . --ignore-errors inconsistent --gcov-tool /usr/bin/gcov > /dev/null 2>&1
45+
lcov -o lcov.info -r lcov.info '/usr/*' '*/include/*' > /dev/null 2>&1
46+
lcov -l lcov.info | cowsay -nW80 -fdefault
4747
4848
- uses: coverallsapp/github-action@main
4949
continue-on-error: true

0 commit comments

Comments
 (0)