Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
neoblizz committed Jun 9, 2024
1 parent 7b2ad53 commit dc861b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
shell: bash
run: |
cd ${{github.workspace}}/build
lcov --capture --directory . --output-file coverage.info
lcov --no-external --capture --directory . --output-file coverage.info
lcov --remove coverage.info '/usr/include/*' '*/tests/*' --output-file coverage.info
geninfo --rc geninfo_unexecuted_blocks=1 --ignore-errors gcov --output-filename coverage.info
geninfo --rc geninfo_unexecuted_blocks=1 --ignore-errors gcov --output-filename coverage.info .
genhtml coverage.info --output-directory out
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit dc861b0

Please sign in to comment.