зеркало из https://github.com/mozilla/mozillians.git
[fix bug 1098308] Add test coverage in mozillians.org .
This commit is contained in:
Родитель
d13e21a2fd
Коммит
6f6e4df3bd
|
@ -0,0 +1,5 @@
|
|||
[run]
|
||||
source = mozillians
|
||||
|
||||
[report]
|
||||
omit = */migrations/*
|
|
@ -11,4 +11,10 @@ before_install:
|
|||
install:
|
||||
- pip install -r requirements/compiled.txt
|
||||
- pip install -r requirements/dev.txt
|
||||
script: python manage.py test
|
||||
- pip install coverage
|
||||
script:
|
||||
- coverage run --source=mozillians manage.py test
|
||||
after_success:
|
||||
- pip install coveralls
|
||||
- coveralls
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче