Commit 3a71015e authored by Michal Čihař's avatar Michal Čihař

Generate coverage on Scrutinizer

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ab321b38
...@@ -15,13 +15,13 @@ before_commands: ...@@ -15,13 +15,13 @@ before_commands:
build: build:
dependencies: dependencies:
before: before:
- pip install Django Whoosh translate-toolkit lxml Pillow six python-dateutil python-social-auth django-crispy-forms oauthlib django_compressor - pip install Django Whoosh translate-toolkit lxml Pillow six python-dateutil python-social-auth django-crispy-forms oauthlib django_compressor coverage
override: override:
- true - true
tests: tests:
override: override:
- -
command: ./manage.py test --settings=weblate.settings_test command: coverage run --source . ./manage.py test --settings=weblate.settings_test
coverage: coverage:
file: .coverage file: .coverage
format: py-cc format: py-cc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment