revert back to 100% confidence level for vulture and add a comment

This commit is contained in:
Kenneth Kehl
2024-05-20 11:18:31 -07:00
parent 5bc652db9e
commit 309c168f52

View File

@@ -76,8 +76,9 @@ py-test: ## Run python unit tests
poetry run coverage html -d .coverage_cache
.PHONY: dead-code
dead-code:
poetry run vulture ./app ./notifications_utils --min-confidence=60
dead-code: ## 60% is our aspirational goal, but currently breaks the build
poetry run vulture ./app ./notifications_utils --min-confidence=100
.PHONY: e2e-test
e2e-test: export NEW_RELIC_ENVIRONMENT=test