Skip to content

Commit 6b777b7

Browse files
committed
Show coverage report after tests
1 parent d602f5e commit 6b777b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ help:
1010
@echo
1111

1212
test:
13-
python tests.py
13+
python -Wd -m coverage run --branch --source=jsonpatch tests.py
14+
coverage report --show-missing
1415

1516
coverage:
1617
coverage run --source=jsonpatch tests.py

0 commit comments

Comments
 (0)