Skip to content

Commit

Permalink
keep fixing the warnings and errors in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Dec 23, 2024
1 parent d77843d commit 447c425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Prepare coverage
run: |
lcov --ignore-errors gcov,mismatch --directory . --capture --output-file coverage.info
lcov --remove coverage.info '*/tests/*' '*/examples/*' '/usr/*' '*/book/*' '*/fuzz/*' --output-file coverage.info
lcov --remove coverage.info '*/tests/*' '/usr/*' '*/book/*' '*/fuzz/*' --output-file coverage.info
lcov --list coverage.info
working-directory: build

Expand Down

0 comments on commit 447c425

Please sign in to comment.