Skip to content

Commit a068cae

Browse files
committed
Check 100% CC by default
1 parent eb55677 commit a068cae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
run: python3 -m pip install -r requirements.txt
5252

5353
- name: Run
54-
run: pytest --cov=custom_components/patch --cov-report=term-missing --cov-fail-under=100
54+
run: pytest

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[pytest]
22
asyncio_mode=auto
3+
addopts=--cov=custom_components/patch --cov-report=term-missing --cov-fail-under=100
34
markers=allowed_logs: mark test to expect specific log messages

0 commit comments

Comments
 (0)