Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#681)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
dependabot[bot] and hugovk authored Apr 10, 2024
1 parent 005e01b commit 56bcf7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
# run against the current Python interpreter
TOXENV: py
run: tox
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: Python_${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit 56bcf7b

Please sign in to comment.