Skip to content

Commit

Permalink
Merge pull request #56 from wheelodex/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

[gh-actions](deps): Bump codecov/codecov-action from 3 to 4
  • Loading branch information
jwodder authored Feb 5, 2024
2 parents e25f5a8 + 48f81b1 commit 50eb90a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.toxenv == 'py'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
name: ${{ matrix.python-version }}

# vim:set et sts=2:

0 comments on commit 50eb90a

Please sign in to comment.