mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
notify-243 remove statsd
This commit is contained in:
2
Makefile
2
Makefile
@@ -56,7 +56,7 @@ 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 --omit=*/notifications_utils/* -m pytest -n4 --maxfail=10
|
||||
pipenv run coverage run --omit=*/notifications_utils/* -m pytest --maxfail=10
|
||||
pipenv run coverage report --fail-under=50
|
||||
pipenv run coverage html -d .coverage_cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user