Skip to content

Commit a197e13

Browse files
authored
fix: missing coverage report (#227)
1 parent f5a12c7 commit a197e13

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
@@ -24,6 +24,6 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install -r requirements_dev.txt .
2626
- name: Tests
27-
run: pytest --cov-report term-missing --cov-report=xml tests
27+
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
2828
- name: Upload coverage to Codecov
2929
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)