mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
notify-api-387 scan projects for unused code
This commit is contained in:
4
Makefile
4
Makefile
@@ -59,6 +59,10 @@ py-test: ## Run python unit tests
|
||||
pipenv run coverage report --fail-under=96
|
||||
pipenv run coverage html -d .coverage_cache
|
||||
|
||||
.PHONY: dead-code
|
||||
dead-code:
|
||||
pipenv run vulture ./app --min-confidence=100
|
||||
|
||||
.PHONY: e2e-test
|
||||
e2e-test: export NEW_RELIC_ENVIRONMENT=test
|
||||
e2e-test: ## Run end-to-end integration tests
|
||||
|
||||
Reference in New Issue
Block a user