Skip to content

Commit

Permalink
Merge pull request #192 from raimon49/update-codecov-action-to-v4
Browse files Browse the repository at this point in the history
Update version of Codecov GitHub Action to v4
  • Loading branch information
raimon49 committed May 30, 2024
2 parents fcfe59d + 5082c20 commit 6176cc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
mypy --install-types --non-interactive .
- name: Upload code coverage to Codecov
if: ${{ matrix.python-version==3.8 }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ./coverage.xml
files: ./coverage.xml
name: codecov-umbrella
fail_ci_if_error: true
verbose: true
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docutils==0.19
# readme-renderer
exceptiongroup==1.2.0
# via pytest
idna==3.4
idna==3.7
# via requests
importlib-metadata==5.1.0
# via
Expand Down Expand Up @@ -107,7 +107,7 @@ pytest-runner==6.0.0
# via -r dev-requirements.in
readme-renderer==37.3
# via twine
requests==2.31.0
requests==2.32.0
# via
# requests-toolbelt
# twine
Expand Down

0 comments on commit 6176cc5

Please sign in to comment.