Skip to content

Commit d6bd739

Browse files
authored
Bump codecov-action to 5.0.7 (#69)
1 parent c7724a8 commit d6bd739

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)