We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648505d commit 2876a43Copy full SHA for 2876a43
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install -r requirements_dev.txt .
26
- - uses: pre-commit/[email protected].0
+ - uses: pre-commit/[email protected].1
27
- name: Tests
28
run: pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
29
- name: Upload coverage to Codecov
0 commit comments