Skip to content

Commit

Permalink
Merge pull request #56 from CompML/features/#55/makefile_coverage_line
Browse files Browse the repository at this point in the history
modify makefile
  • Loading branch information
nocotan authored Jan 2, 2021
2 parents 4a9f0f5 + 82f5f1e commit 3b8f6eb
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 @@ -21,7 +21,7 @@ develop: ## setup project for development
# -------------------------
.PHONY: unittest
unittest: ## run unit test for api with coverage
$(PYTHON) -m pytest --durations=0 --cov=prts tests
$(PYTHON) -m pytest -v --durations=0 --cov-report=term-missing --cov=prts tests

.PHONY: test
test: ## run all test
Expand Down

0 comments on commit 3b8f6eb

Please sign in to comment.