set confidence back to 100% here. The 60% confidence is handled in a different PR

This commit is contained in:
Kenneth Kehl
2024-05-20 10:55:26 -07:00
parent d045ecfa21
commit 9916632187

View File

@@ -77,7 +77,7 @@ py-test: ## Run python unit tests
.PHONY: 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
e2e-test: export NEW_RELIC_ENVIRONMENT=test