Skip to content

Commit 4122593

Browse files
committed
Added windows batch to run code coverage
1 parent 808ee95 commit 4122593

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

calccoverage.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
coverage run --source=pyjsonrpclite -m unittest discover -s tests/
2+
coverage report -m

0 commit comments

Comments
 (0)