Skip to content

Commit 346bc14

Browse files
committed
--cov-report=term-missing
1 parent 40f64e7 commit 346bc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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/retry --cov-fail-under=100
54+
run: pytest --cov=custom_components/retry --cov-report=term-missing --cov-fail-under=100

0 commit comments

Comments
 (0)