Skip to content

Commit 6e274d6

Browse files
committed
Align coverage
1 parent 3c795ff commit 6e274d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/ --cov='airos/'
100100
- name: Upload coverage artifact
101101
uses: actions/upload-artifact@v4
102102
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ repos:
9292
pass_filenames: false
9393
- id: pytest
9494
name: "pytest"
95-
entry: script/run-in-env.sh pytest --log-level info
95+
entry: script/run-in-env.sh pytest --log-level info tests/ --cov='airos/'
9696
language: script
9797
types: [python]
9898
pass_filenames: false

0 commit comments

Comments
 (0)