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 84738ce commit 53d55a1Copy full SHA for 53d55a1
.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 --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
tests/__init__.py
0 commit comments