diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 572eff5..8a3f948 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -26,5 +26,5 @@ jobs: - name: Run tests run: | coverage run -m pytest tests - - coverage combine + coverage combine coverage report --fail-under=95