Skip to content

Commit

Permalink
Updated lcov with continue on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubio authored Nov 23, 2024
1 parent fd15937 commit d21851b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: coverage
run: |
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 -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
- uses: coverallsapp/github-action@main
Expand Down

0 comments on commit d21851b

Please sign in to comment.