mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-19 06:28:03 +00:00
Need debug for testing
This commit is contained in:
@@ -16,6 +16,8 @@ before_script:
|
|||||||
test_and_coverage:
|
test_and_coverage:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- echo "TEMPLATES[0]['OPTIONS']['debug'] = True" > config_local.py
|
||||||
|
- echo "DEBUG = True" >> config_local.py
|
||||||
- python manage.py collectstatic --noinput
|
- python manage.py collectstatic --noinput
|
||||||
- coverage run --source . manage.py test -v3
|
- coverage run --source . manage.py test -v3
|
||||||
- coverage report --fail-under=70
|
- coverage report --fail-under=70
|
||||||
|
|||||||
Reference in New Issue
Block a user