Skip to content

Commit

Permalink
fixing codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Aug 27, 2024
1 parent 5a7bccb commit 8f51a34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ jobs:
run: |
pytest --benchmark-disable
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.python-version == 3.12
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 8f51a34

Please sign in to comment.