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 8e6aa87 commit a957e98Copy full SHA for a957e98
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: pip install poetry==1.1.13
21
- run: poetry install
22
- run: poetry run pytest
23
- - run: poetry run pytest --cov=src/ --cov-report=xml
+ - run: poetry run pytest --cov=src/ --cov-report=xml --cov-fail-under 90
24
- uses: codecov/codecov-action@v2
25
if: always()
26
with:
0 commit comments