5 lines
99 B
Batchfile
5 lines
99 B
Batchfile
@echo off
|
|
coverage run --source=pygrex --branch -m pytest test -v
|
|
coverage report -m
|
|
coverage html
|