Skip to content

Commit

Permalink
Merge pull request #73 from jwodder/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4

[gh-actions](deps): Bump codecov/codecov-action from 3 to 4
  • Loading branch information
jwodder authored Feb 5, 2024
2 parents 8e86565 + 3c6a6e0 commit 28340c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/no-vcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
tox -e py -- -vv --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
name: no-vcs

# vim:set et sts=2:
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ jobs:

- name: Upload coverage to Codecov
if: startsWith(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 28340c1

Please sign in to comment.