We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f82f67 commit e0673cbCopy full SHA for e0673cb
.github/workflows/verify.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Run all tests
97
run: |
98
. venv/bin/activate
99
- pytest --log-level info tests/*.py
+ pytest --log-level info tests/*.py --cov=airos
100
- name: Upload coverage artifact
101
uses: actions/upload-artifact@v4
102
with:
pyproject.toml
@@ -378,7 +378,6 @@ log_format = "%(asctime)s.%(msecs)03d %(levelname)-8s %(threadName)s %(name)s:%(
378
log_date_format = "%Y-%m-%d %H:%M:%S"
379
asyncio_mode = "auto"
380
asyncio_default_fixture_loop_scope = "function"
381
-adopts = "--cov=airos"
382
filterwarnings = [
383
"error:usefixtures\\(\\) in .* without arguments has no effect:UserWarning", # pytest
384
0 commit comments