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 40f64e7 commit 346bc14Copy full SHA for 346bc14
.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/retry --cov-fail-under=100
+ run: pytest --cov=custom_components/retry --cov-report=term-missing --cov-fail-under=100
0 commit comments