Skip to content

Commit

Permalink
updated codecov to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed May 1, 2024
1 parent ed5452a commit 56e9f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: pytest -n auto --dist loadscope --cov=./ --cov-report xml:./codecov.xml
- if: ${{ matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'}}
name: Upload full coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./codecov.xml
Expand Down

0 comments on commit 56e9f34

Please sign in to comment.