Skip to content

Commit 8ad48e7

Browse files
committed
Bump codecov-action to 5.0.7
1 parent c7724a8 commit 8ad48e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Tests
3030
run: python -m pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
3131
- name: Upload coverage to Codecov
32-
uses: codecov/[email protected].2
32+
uses: codecov/[email protected].7
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }} # required

0 commit comments

Comments
 (0)