Skip to content

Commit

Permalink
Upload coverage results to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Dec 3, 2024
1 parent 4eb6cec commit 2db6404
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ jobs:
- name: Run tests
run: |
python -m pytest tests --cov
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2db6404

Please sign in to comment.