mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
13 lines
174 B
Batchfile
13 lines
174 B
Batchfile
@echo off
|
|
coverage run --source='.' manage.py test
|
|
coverage html
|
|
cd htmlcov
|
|
index.html
|
|
cls
|
|
cd..
|
|
coverage run --source='.' manage.py test
|
|
coverage html
|
|
cd htmlcov
|
|
index.html
|
|
|