Skip to content

Commit

Permalink
Added ignore for useless lcov errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubio authored Nov 23, 2024
1 parent aa5701b commit fd15937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: coverage
run: |
lcov -o lcov.info -c -d . --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
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
continue-on-error: true
Expand Down

0 comments on commit fd15937

Please sign in to comment.