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 f5a12c7 commit a197e13Copy full SHA for a197e13
.github/workflows/ci.yaml
@@ -24,6 +24,6 @@ jobs:
24
python -m pip install --upgrade pip
25
pip install -r requirements_dev.txt .
26
- name: Tests
27
- run: pytest --cov-report term-missing --cov-report=xml tests
+ run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
28
- name: Upload coverage to Codecov
29
uses: codecov/codecov-action@v3
0 commit comments