Skip to content

Commit

Permalink
ci: report test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Sep 25, 2024
1 parent 85eb7d5 commit 3b0d872
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:

- name: 🧪 Run pytest
run: pytest

- name: ⬆️ Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cov.xml

0 comments on commit 3b0d872

Please sign in to comment.