Skip to content

Commit

Permalink
Use unittest test discovery for coverage
Browse files Browse the repository at this point in the history
Missed in 239bdea.
  • Loading branch information
francoisfreitag committed Jun 28, 2022
1 parent 59ac7c6 commit 141f5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lint:

coverage:
$(COVERAGE) erase
$(COVERAGE) run "--include=$(PACKAGE)/*.py,$(TESTS_DIR)/*.py" --branch $(SETUP_PY) test
$(COVERAGE) run "--include=$(PACKAGE)/*.py,$(TESTS_DIR)/*.py" --branch -m unittest
$(COVERAGE) report "--include=$(PACKAGE)/*.py,$(TESTS_DIR)/*.py"
$(COVERAGE) html "--include=$(PACKAGE)/*.py,$(TESTS_DIR)/*.py"

Expand Down

0 comments on commit 141f5b2

Please sign in to comment.