mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
set confidence back to 100% here. The 60% confidence is handled in a different PR
This commit is contained in:
2
Makefile
2
Makefile
@@ -77,7 +77,7 @@ py-test: ## Run python unit tests
|
|||||||
|
|
||||||
.PHONY: dead-code
|
.PHONY: dead-code
|
||||||
dead-code:
|
dead-code:
|
||||||
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