Skip to content

Commit e0673cb

Browse files
committed
Align coverage
1 parent 7f82f67 commit e0673cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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
99+
pytest --log-level info tests/*.py --cov=airos
100100
- name: Upload coverage artifact
101101
uses: actions/upload-artifact@v4
102102
with:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(
378378
log_date_format = "%Y-%m-%d %H:%M:%S"
379379
asyncio_mode = "auto"
380380
asyncio_default_fixture_loop_scope = "function"
381-
adopts = "--cov=airos"
382381
filterwarnings = [
383382
"error:usefixtures\\(\\) in .* without arguments has no effect:UserWarning", # pytest
384383

0 commit comments

Comments
 (0)