notify-admin-638 adjust coverage report to fail under 96%

This commit is contained in:
Kenneth Kehl
2023-07-20 13:20:22 -07:00
parent 773298fa54
commit 6188f7bc74

View File

@@ -55,7 +55,7 @@ py-lint: ## Run python linting scanners
py-test: export NEW_RELIC_ENVIRONMENT=test
py-test: ## Run python unit tests
pipenv run coverage run --omit=*/notifications_utils/* -m pytest --maxfail=10 tests/
pipenv run coverage report --fail-under=90
pipenv run coverage report --fail-under=96
pipenv run coverage html -d .coverage_cache
.PHONY: js-lint