Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 25, 2020
1 parent e10d5bd commit 6979af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test-unit: install
@ ( mv $(FAILURES) $(FAILURES).bak || true ) > /dev/null 2>&1
poetry run pytest $(PACKAGE) $(PYTEST_OPTIONS)
@ ( mv $(FAILURES).bak $(FAILURES) || true ) > /dev/null 2>&1
poetry run coveragespace $(REPOSITORY) unit
poetry run coveragespace $(REPOSITORY) unit -v

.PHONY: test-int
test-int: install
Expand All @@ -108,7 +108,7 @@ test-all: install
@ if test -e $(FAILURES); then poetry run pytest $(PACKAGES) $(PYTEST_RERUN_OPTIONS); fi
@ rm -rf $(FAILURES)
poetry run pytest $(PACKAGES) $(PYTEST_OPTIONS)
poetry run coveragespace $(REPOSITORY) overall -vvv
poetry run coveragespace $(REPOSITORY) overall -v

.PHONY: read-coverage
read-coverage:
Expand Down

0 comments on commit 6979af2

Please sign in to comment.