Исправление ошибки в Makefile

master
Антон Касимов 2023-12-10 17:09:55 +03:00
parent 2d355869cb
commit 7a0536261e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ retest:
poetry run pytest -lx --ff -n auto
cov:
poetry run pytest --cov=cpms
poetry run pytest --cov={{cookiecutter.pkg_name}}
server:
${SERVER_COMMAND}