summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-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