mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
more
This commit is contained in:
4
Makefile
4
Makefile
@@ -60,8 +60,8 @@ test: export NEW_RELIC_ENVIRONMENT=test
|
||||
test: ## Run tests and create coverage report
|
||||
pipenv run flake8 .
|
||||
pipenv run isort --check-only ./app ./tests
|
||||
pipenv run coverage run -m pytest --maxfail=10
|
||||
pipenv run coverage report -m --fail-under=94
|
||||
pipenv run coverage run -m pytest -vv --maxfail=10
|
||||
pipenv run coverage report -m --fail-under=95
|
||||
pipenv run coverage html -d .coverage_cache
|
||||
|
||||
.PHONY: freeze-requirements
|
||||
|
||||
Reference in New Issue
Block a user