Skip to content

Commit 53d55a1

Browse files
authored
Fix test coverage reporting (#229)
1 parent 84738ce commit 53d55a1

File tree

2 files changed

+1
-1
lines changed

2 files 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 --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

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)