mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
revert back to 100% confidence level for vulture and add a comment
This commit is contained in:
5
Makefile
5
Makefile
@@ -76,8 +76,9 @@ py-test: ## Run python unit tests
|
|||||||
poetry run coverage html -d .coverage_cache
|
poetry run coverage html -d .coverage_cache
|
||||||
|
|
||||||
.PHONY: dead-code
|
.PHONY: dead-code
|
||||||
dead-code:
|
dead-code: ## 60% is our aspirational goal, but currently breaks the build
|
||||||
poetry run vulture ./app ./notifications_utils --min-confidence=60
|
poetry run vulture ./app ./notifications_utils --min-confidence=100
|
||||||
|
|
||||||
|
|
||||||
.PHONY: e2e-test
|
.PHONY: e2e-test
|
||||||
e2e-test: export NEW_RELIC_ENVIRONMENT=test
|
e2e-test: export NEW_RELIC_ENVIRONMENT=test
|
||||||
|
|||||||
Reference in New Issue
Block a user