We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb55677 commit a068caeCopy full SHA for a068cae
.github/workflows/validate.yml
@@ -51,4 +51,4 @@ jobs:
51
run: python3 -m pip install -r requirements.txt
52
53
- name: Run
54
- run: pytest --cov=custom_components/patch --cov-report=term-missing --cov-fail-under=100
+ run: pytest
pytest.ini
@@ -1,3 +1,4 @@
1
[pytest]
2
asyncio_mode=auto
3
+addopts=--cov=custom_components/patch --cov-report=term-missing --cov-fail-under=100
4
markers=allowed_logs: mark test to expect specific log messages
0 commit comments