From 288fa8c8834cc5b80f2cd1c3820d8343a67c0a10 Mon Sep 17 00:00:00 2001 From: Konstantinos Panayiotou Date: Thu, 15 Feb 2024 20:29:18 +0200 Subject: [PATCH] Fixes bug in Makefile --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fccf987..4491ef5 100644 --- a/Makefile +++ b/Makefile @@ -63,13 +63,11 @@ lint: ## check style with flake8 test: ## run tests quickly with the default Python coverage run -m unittest discover -cov: - test ## check code coverage quickly with the default Python +cov: test ## check code coverage quickly with the default Python coverage report -m coverage xml -cov_html: - test +cov_html: test html diff: ## Calculate diff