From c60bd4413f601fcdd1ff0a04cbcca123068f25f6 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 14 Dec 2023 02:35:23 +0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 675c5793..19d48c01 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ upload: tests: install coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all \ - tests/test_core.py --disable-warnings && \ + tests/ --disable-warnings && \ coverage report --precision=3 --sort=cover --skip-empty --show-missing && \ coverage html --precision=3 --skip-empty -d coverage/html/ && \ coverage xml -o coverage/coverage.xml