Skip to content

Commit

Permalink
[#407] Read coverage for whole directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 6, 2024
1 parent ac09aae commit 548bc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
run: make coverage-sample
- name: Generate Coverage Report
run: |
lcov --capture --directory ./fsw/build/amd64-posix/default_cpu1 --output-file coverage.info
lcov --remove coverage.info './fsw/build/amd64-posix/default_cpu1/*' --output-file coverage.info
lcov --capture --directory . --output-file coverage.info
lcov --remove coverage.info './*' --output-file coverage.info
genhtml coverage.info --output-directory coverage
- name: Upload Coverage Report as Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 548bc95

Please sign in to comment.