From 53f239c8ed189d2c94d072d995859ac3ec19d7bf Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 14 Dec 2022 12:43:22 +0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9299b38..68e67dd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ install: cd src/ && pip install -e . -test: +tests: cd src/ && \ coverage run --rcfile=.coveragerc -m pytest -s tests --disable-warnings && \ coverage report --precision=3 --sort=cover --skip-empty --show-missing && \