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 c014580 commit 40f64e7Copy full SHA for 40f64e7
.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
+ run: pytest --cov=custom_components/retry --cov-fail-under=100
0 commit comments