Skip to content

Commit

Permalink
chore (ci): prepare to upload coverage report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Dec 16, 2024
1 parent 2d0a549 commit 5b92473
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,8 @@ jobs:
--cov-report xml:/tmp/artifacts/coverage/coverage.xml \
--junit-xml=/tmp/artifacts/junit/results.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5b92473

Please sign in to comment.