Skip to content

Commit

Permalink
CI: use codecov-action V3
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Jul 23, 2023
1 parent 59e5cb2 commit 454342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
pytest --cov=./ --cov-report=xml
- name: Upload code coverage report
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

0 comments on commit 454342a

Please sign in to comment.