From 8e3a9de802831286222c4ed25f7ba624cff9e571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Tue, 16 Jan 2024 03:38:57 +0000 Subject: [PATCH] presents more test coverage, expands coverage options in the command-line --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4ba0dec..a638609 100644 --- a/Makefile +++ b/Makefile @@ -60,8 +60,8 @@ test tests: # runs main command-line tool run: | $(LIBEXEC_PATH) $(LIBEXEC_PATH) --reap-warnings tests/crashes - $(LIBEXEC_PATH) --reap-warnings --special-syntax --with-coverage --cover-branches --cover-module=sure.core --cover-module=sure tests/runner - $(LIBEXEC_PATH) --reap-warnings --special-syntax --with-coverage --cover-branches --cover-module=sure --immediate --cover-module=sure --ignore tests/crashes tests + $(LIBEXEC_PATH) --reap-warnings --special-syntax --with-coverage --cover-branches --cover-erase --cover-module=sure.core --cover-module=sure tests/runner + $(LIBEXEC_PATH) --reap-warnings --special-syntax --with-coverage --cover-branches --cover-erase --cover-module=sure --immediate --cover-module=sure --ignore tests/crashes tests push-release: dist # pushes distribution tarballs of the current version $(VENV)/bin/twine upload dist/*.tar.gz