Skip to content

Commit

Permalink
remove codecov from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKonar committed Oct 26, 2024
1 parent 57b2c99 commit dc4846b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dc4846b

Please sign in to comment.