Add coverage setting

This commit is contained in:
Oliver Falk
2022-06-21 14:12:17 +02:00
parent f651a5a6d8
commit 714ae58509

View File

@@ -14,6 +14,7 @@ before_script:
test_and_coverage: test_and_coverage:
stage: test stage: test
coverage: '/^TOTAL.*\s+(\d+\%)$/'
script: script:
- echo 'from ivatar.settings import TEMPLATES' > config_local.py - echo 'from ivatar.settings import TEMPLATES' > config_local.py
- echo 'TEMPLATES[0]["OPTIONS"]["debug"] = True' >> config_local.py - echo 'TEMPLATES[0]["OPTIONS"]["debug"] = True' >> config_local.py