Skip to content

Commit

Permalink
[#407] Attempt uploading report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 12, 2024
1 parent 4d6b617 commit bcf8545
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@ jobs:
- name: build-test
run: make build-test
- name: sample
run: make coverage-sample
run: make test-fsw
- name: Generate Coverage Report
run: |
cd ./fsw/build
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
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
name: coverage-report
path: ./fsw/build/coverage
retention-days: 30
token: 040717d0-b624-470e-be41-d08720135088

0 comments on commit bcf8545

Please sign in to comment.