mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-28 16:12:13 +00:00
coverage
This commit is contained in:
parent
b5e48bb8da
commit
753d1d67b3
@ -4,6 +4,4 @@ omit = */urls/*
|
|||||||
*/tests.py
|
*/tests.py
|
||||||
*/migrations/*
|
*/migrations/*
|
||||||
*urls.py
|
*urls.py
|
||||||
/usr/local/lib/*
|
|
||||||
/usr/lib/*
|
|
||||||
utils/xss_filter.py
|
utils/xss_filter.py
|
||||||
|
@ -10,5 +10,5 @@ install:
|
|||||||
- python manage.py initadmin
|
- python manage.py initadmin
|
||||||
script:
|
script:
|
||||||
- flake8 .
|
- flake8 .
|
||||||
- coverage run manage.py test
|
- coverage run --include="$PWD/*" manage.py test
|
||||||
- coverage report
|
- coverage report
|
||||||
|
Loading…
Reference in New Issue
Block a user