Skip to content

Commit

Permalink
more coverage fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Jan 12, 2025
1 parent d8af56a commit 681855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Prepare coverage
run: |
lcov --ignore-errors gcov,mismatch --directory . --capture --output-file coverage.info
lcov --remove coverage.info '*/test/*' '*gtest*' '*gmock*' '*/converter/*' '*/FuzzTargets/*' '*/webserver/*' --output-file coverage.info
lcov --remove coverage.info '*/test/*' '*gtest*' '*/converter/*' '*/FuzzTargets/*' '*/webserver/*' --output-file coverage.info
lcov --list coverage.info
working-directory: build

Expand Down

0 comments on commit 681855e

Please sign in to comment.