Skip to content

Commit

Permalink
[#407] Modify coverage test file regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 10, 2024
1 parent 5881136 commit 4d6b617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
- name: Generate Coverage Report
run: |
cd ./fsw/build
lcov --capture --directory . --output-file coverage.info
lcov --capture --directory . --include "*sample*" --output-file coverage.info
genhtml coverage.info --output-directory coverage
- name: Upload Coverage Report as Artifact
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: ./fsw/build/coverage
retention-days: 30

0 comments on commit 4d6b617

Please sign in to comment.