Merge pull request #640 from GSA/notify-admin-638

notify-admin-638 adjust coverage report to fail under 96%
This commit is contained in:
Steven Reilly
2023-07-28 11:18:59 -04:00
committed by GitHub

View File

@@ -56,7 +56,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 --ignore=tests/end_to_end tests/
pipenv run coverage report --fail-under=90
pipenv run coverage report --fail-under=96
pipenv run coverage html -d .coverage_cache
.PHONY: e2e-test