Skip to content

Commit

Permalink
build: don't stop on lcov errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jan 19, 2025
1 parent 9244616 commit a63e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Capture coverage info
run: |
lcov --directory . --capture --output-file coverage.info
lcov --directory . --capture --output-file coverage.info --keep-going
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' --output-file coverage.info
lcov --list coverage.info
Expand Down

0 comments on commit a63e532

Please sign in to comment.