[fix bug 1098308] Add test coverage in mozillians.org .

This commit is contained in:
Tasos Katsoulas 2014-11-17 16:31:19 +02:00
Родитель d13e21a2fd
Коммит 6f6e4df3bd
2 изменённых файлов: 12 добавлений и 1 удалений

5
.coveragerc Normal file
Просмотреть файл

@ -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