Skip to content

Commit

Permalink
Fix coverage generation
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett committed Sep 30, 2022
1 parent 0424dc8 commit 650011a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
- name: Generate code coverage report
if: inputs.enable_coverage == true
run: |
mkdir coverage
lcov --capture --directory build --include '*/ebpf-verifier/src/*' --output-file coverage/lcov.info
mkdir -p coverage
lcov --capture --directory build --include '*' --output-file coverage/lcov.info
- name: Coveralls Parallel
if: inputs.enable_coverage == true
Expand Down

0 comments on commit 650011a

Please sign in to comment.