notify-api-59 make command to create new service

This commit is contained in:
Kenneth Kehl
2023-08-30 13:13:43 -07:00
parent 85de5bfc63
commit fb3a6cca68
3 changed files with 63 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ test: ## Run tests and create coverage report
pipenv run black .
pipenv run flake8 .
pipenv run isort --check-only ./app ./tests
pipenv run coverage run -m pytest -vv --maxfail=10
pipenv run coverage run -m pytest --maxfail=10
pipenv run coverage report -m --fail-under=95
pipenv run coverage html -d .coverage_cache