change failure to be C, D, or F

This commit is contained in:
Kenneth Kehl
2023-08-07 10:58:32 -07:00
parent 1ddc821dd1
commit 4dd3679c4f

View File

@@ -59,8 +59,8 @@ avg-complexity:
.PHONY: too-complex
too-complex:
echo "*** Shows code that got a rating of D or F in radon ***"
pipenv run radon cc ./app -a -nd
echo "*** Shows code that got a rating of C, D or F in radon ***"
pipenv run radon cc ./app -a -nc
.PHONY: py-test
py-test: export NEW_RELIC_ENVIRONMENT=test