Skip to content

Commit

Permalink
Testing lcov options
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan-Jowett committed Jan 16, 2025
1 parent c752a2e commit c4ff2bb
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 @@ -42,7 +42,7 @@ jobs:
- name: Generate code coverage report
run: |
mkdir coverage
lcov --capture --directory build --include '*/ebpf-verifier/src/*' --output-file coverage/lcov.info
lcov --ignore-errors all --capture --directory build --include '*/ebpf-verifier/src/*' --output-file coverage/lcov.info
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit c4ff2bb

Please sign in to comment.