Skip to content

Commit

Permalink
upload coverage html report in CI (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea authored Sep 25, 2024
1 parent e412a2f commit 7b24e78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@ jobs:
- name: Run tests and generate code coverage
run: make coverage

- name: Zip coverage html report
run: zip -r coverage.zip lcov.info target/llvm-cov/html

- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage-summary
path: lcov.info
path: coverage.zip

0 comments on commit 7b24e78

Please sign in to comment.