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