Skip to content

Commit a957e98

Browse files
Update tests.yml
1 parent 8e6aa87 commit a957e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: pip install poetry==1.1.13
2121
- run: poetry install
2222
- run: poetry run pytest
23-
- run: poetry run pytest --cov=src/ --cov-report=xml
23+
- run: poetry run pytest --cov=src/ --cov-report=xml --cov-fail-under 90
2424
- uses: codecov/codecov-action@v2
2525
if: always()
2626
with:

0 commit comments

Comments
 (0)