Skip to content

Commit 50eb90a

Browse files
authoredFeb 5, 2024
Merge pull request #56 from wheelodex/dependabot/github_actions/codecov/codecov-action-4
[gh-actions](deps): Bump codecov/codecov-action from 3 to 4
2 parents e25f5a8 + 48f81b1 commit 50eb90a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ jobs:
5858

5959
- name: Upload coverage to Codecov
6060
if: matrix.toxenv == 'py'
61-
uses: codecov/codecov-action@v3
61+
uses: codecov/codecov-action@v4
6262
with:
6363
fail_ci_if_error: false
64+
token: ${{ secrets.CODECOV_TOKEN }}
65+
name: ${{ matrix.python-version }}
6466

6567
# vim:set et sts=2:

0 commit comments

Comments
 (0)