From 7a0536261ed2f2b7f8dd3437359b65691d51f0a9 Mon Sep 17 00:00:00 2001 From: Anton Kasimov Date: Sun, 10 Dec 2023 17:09:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B2=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cookiecutter-python/{{ cookiecutter.project_name }}/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter-python/{{ cookiecutter.project_name }}/Makefile b/cookiecutter-python/{{ cookiecutter.project_name }}/Makefile index bbfd338..455213a 100644 --- a/cookiecutter-python/{{ cookiecutter.project_name }}/Makefile +++ b/cookiecutter-python/{{ cookiecutter.project_name }}/Makefile @@ -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}