Skip to content

Commit 3c795ff

Browse files
committed
Align coverage
1 parent e0673cb commit 3c795ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Run all tests
9797
run: |
9898
. venv/bin/activate
99-
pytest --log-level info tests/*.py --cov=airos
99+
pytest --log-level info tests/*.py --cov='airos/'
100100
- name: Upload coverage artifact
101101
uses: actions/upload-artifact@v4
102102
with:

0 commit comments

Comments
 (0)