ci(tests): report coverage to gitlab

This commit is contained in:
Georg Krause 2022-10-14 08:30:52 +02:00 committed by Georg Krause
parent c70549368d
commit c82f7799ff
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ test_api:
matrix: matrix:
- PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11-rc"] - PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11-rc"]
image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER
coverage: '/TOTAL\s*\d*\s*\d*\s*(\d*%)/'
test_front: test_front:
interruptible: true interruptible: true