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