Skip to content

Commit 2b13433

Browse files
committed
Update Makefile
1 parent a228594 commit 2b13433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ clean-test: ## remove test and coverage artifacts
5050
test: ## run tests quickly with the default Python
5151
python setup.py test
5252

53-
#coverage: ## check code coverage quickly with the default Python
53+
coverage: ## check code coverage quickly with the default Python
5454
# coverage run --source JSONLibrary setup.py test
5555
# coverage report -m
5656
# coverage html

0 commit comments

Comments
 (0)