diff --git a/Makefile b/Makefile index 7095a97e..0e07f1c4 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ toml-sort: ${PIPRUN} toml-sort pyproject.toml tests: - ${PIPRUN} python -m pytest . + ${PIPRUN} python -m pytest --cov-fail-under=$(or $(SS_TEST_COVERAGE_MIN),100) . freeze: @${PIPRUN} pip freeze --exclude-editable diff --git a/Makefile.jinja b/Makefile.jinja index fb548267..9a9436e5 100644 --- a/Makefile.jinja +++ b/Makefile.jinja @@ -62,7 +62,7 @@ toml-sort: ${PIPRUN} toml-sort pyproject.toml tests: - ${PIPRUN} python -m pytest . + ${PIPRUN} python -m pytest --cov-fail-under=$(or $(SS_TEST_COVERAGE_MIN),100) . freeze: @${PIPRUN} pip freeze --exclude-editable