Skip to content

Commit

Permalink
Update codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pipliggins committed Nov 28, 2024
1 parent 1badc8f commit 46177a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -42,6 +42,8 @@ jobs:
- name: Test with pytest
run: |
python3 -m pytest --cov
- name: Upload coverage to Codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
if: matrix.python-version == 3.10
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 46177a0

Please sign in to comment.