Sith/.gitlab-ci.yml
Skia 0232953260 CI: add coverage report
Signed-off-by: Skia <skia@libskia.so>
2017-08-29 16:01:01 +02:00

14 lines
280 B
YAML

test:
script:
- apt-get update
- apt-get install -y gettext
- pip install -r requirements.txt
- pip install coverage
- ./manage.py compilemessages
- coverage run ./manage.py test
- coverage html
- coverage report
artifacts:
paths:
- coverage_report/