Skip to content

Commit

Permalink
use newer codecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Oct 16, 2023
1 parent a4720b9 commit f649dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Run tests
run: pytest --cov-config=.coveragerc --cov=./ --cov-report=xml
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
files: ./coverage.xml
env_vars: OS, PYTHON

docs:
Expand Down

0 comments on commit f649dc3

Please sign in to comment.