mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
0232953260
Signed-off-by: Skia <skia@libskia.so>
14 lines
280 B
YAML
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/
|