We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a228594 commit 2b13433Copy full SHA for 2b13433
Makefile
@@ -50,7 +50,7 @@ clean-test: ## remove test and coverage artifacts
50
test: ## run tests quickly with the default Python
51
python setup.py test
52
53
-#coverage: ## check code coverage quickly with the default Python
+coverage: ## check code coverage quickly with the default Python
54
# coverage run --source JSONLibrary setup.py test
55
# coverage report -m
56
# coverage html
0 commit comments