Files
py-grex/scripts/run_test.bat
T
2026-05-22 10:02:10 +02:00

5 lines
99 B
Batchfile

@echo off
coverage run --source=pygrex --branch -m pytest test -v
coverage report -m
coverage html