Skip to content

Commit d21851b

Browse files
authored
Updated lcov with continue on error.
1 parent fd15937 commit d21851b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
4242
- name: coverage
4343
run: |
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
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
4646
lcov -l lcov.info | cowsay -nW80 -fdefault
4747
4848
- uses: coverallsapp/github-action@main

0 commit comments

Comments
 (0)