Skip to content

Commit

Permalink
upgrade codecov-action to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Apr 11, 2024
1 parent ca007c5 commit 648eeb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:

- name: Upload coverage to Codecov
if: ${{ matrix.step == 'unit' }}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

tox-style:
name: CI linters via Tox
Expand Down

0 comments on commit 648eeb0

Please sign in to comment.