Skip to content

Commit 484e79a

Browse files
Merge pull request #414 from robbievanleeuwen/dependabot/github_actions/codecov/codecov-action-4.2.0
Bump codecov/codecov-action from 3.1.4 to 4.2.0
2 parents c3e91a2 + e287e4c commit 484e79a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,6 @@ jobs:
166166
nox --session=coverage -- xml -i
167167
168168
- name: Upload coverage report
169-
uses: codecov/codecov-action@v3.1.4
169+
uses: codecov/codecov-action@v4.2.0
170+
with:
171+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)