Skip to content

Commit

Permalink
Merge pull request #34 from frank1010111/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4

⬆️ Bump codecov/codecov-action from 3 to 4
  • Loading branch information
frank1010111 authored Mar 16, 2024
2 parents 6eedc59 + d224cd2 commit b741b14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Test with nox
run: pipx run nox -s tests
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b741b14

Please sign in to comment.