Skip to content

Commit

Permalink
Update test workflow with visible lcov output.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubio authored Nov 23, 2024
1 parent 6c52e35 commit aa5701b
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 . --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 . --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 aa5701b

Please sign in to comment.