From dc4846bc19834d07e65b1473ab03a87a90ee725c Mon Sep 17 00:00:00 2001 From: SimonKonar Date: Sat, 26 Oct 2024 16:35:18 +0200 Subject: [PATCH] remove codecov from makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f6b6e2..57a8a6c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ PYTHON_INTERPRETER = python3 PYTEST_COMMAND = $(PYTHON_INTERPRETER) -m pytest -PYTEST_ARGS = -v -p no:cacheprovider --cov-report=xml --cov=./ +PYTEST_ARGS = -v -p no:cacheprovide + .PHONY: test setup clean validate setup: requirements.txt ## Install required packages