Skip to content

Commit 24c09ce

Browse files
authored
Merge pull request #150 from wimglenn/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents e302ffc + c7ccb12 commit 24c09ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
run: python -m pytest --durations=10
4141

4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v4
44-
with:
45-
token: ${{ secrets.CODECOV_TOKEN }}
43+
uses: codecov/codecov-action@v5
4644

4745
typesafety:
4846
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)