We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd15937 commit d21851bCopy full SHA for d21851b
.github/workflows/test.yml
@@ -41,8 +41,8 @@ jobs:
41
42
- name: coverage
43
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
+ lcov -o lcov.info -c -d . --ignore-errors inconsistent --gcov-tool /usr/bin/gcov || : #> /dev/null 2>&1
+ lcov -o lcov.info -r lcov.info '/usr/*' '*/include/*' || : #> /dev/null 2>&1
46
lcov -l lcov.info | cowsay -nW80 -fdefault
47
48
- uses: coverallsapp/github-action@main
0 commit comments