Skip to content

Commit

Permalink
Update codecov in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingpurr committed May 25, 2023
1 parent 8025bcc commit 681bf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: poetry run pytest -svv --cov=./ --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
with:
name: sync with poetry # optional
Expand Down

0 comments on commit 681bf73

Please sign in to comment.