summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-10-29 16:57:35 +0100
committerStefan Kögl <stefan@skoegl.net>2017-10-29 16:57:35 +0100
commit6b777b7c414f69f3b8f3c16ba1c871246b481d4f (patch)
tree08a212694f513aa1be08bfd2e3d15aa0b242ce34
parentd602f5ef961382d64368cb90567642c0dabb582e (diff)
downloadpython-json-patch-jsondiff.tar.gz
Show coverage report after testsjsondiff
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 01cef8a..ec70742 100644
--- a/makefile
+++ b/makefile
@@ -10,7 +10,8 @@ help:
@echo
test:
- python tests.py
+ python -Wd -m coverage run --branch --source=jsonpatch tests.py
+ coverage report --show-missing
coverage:
coverage run --source=jsonpatch tests.py