Skip to content

Commit 5766e37

Browse files
More lcov errors
1 parent f7c0d6d commit 5766e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151
run: |
5252
lcov --ignore-errors mismatch --directory . --capture --output-file coverage.info
53-
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' '/Applications/Xcode*' '*chowdsp_wdf/build/*' '*chowdsp_wdf/tests/*' --output-file coverage.info
53+
lcov --ignore-errors unused --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' '/Applications/Xcode*' '*chowdsp_wdf/build/*' '*chowdsp_wdf/tests/*' --output-file coverage.info
5454
5555
- name: Report Coverage Data
5656
shell: bash

0 commit comments

Comments
 (0)