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 940bd2b commit 05f5fceCopy full SHA for 05f5fce
.github/workflows/pytest.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: Run pytest
36
run: pytest --cov=./ --cov-report=term
37
- name: Check Coverage
38
- uses: coverage report --fail-under=80
+ run: coverage report --fail-under=80
0 commit comments