Skip to content

Commit 5d3cbef

Browse files
authored
Merge branch 'async' into tapo-500
2 parents 65630b0 + d6bd739 commit 5d3cbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Pre-commit
2828
uses: pre-commit/[email protected]
2929
- name: Tests
30-
run: pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
30+
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)