We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5701b commit fd15937Copy full SHA for fd15937
.github/workflows/test.yml
@@ -41,9 +41,9 @@ jobs:
41
42
- name: coverage
43
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
+ 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
+ lcov -l lcov.info | cowsay -nW80 -fdefault
47
48
- uses: coverallsapp/github-action@main
49
continue-on-error: true
0 commit comments