From c82f7799ffe46e58440c34ed13750948b045e40a Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 14 Oct 2022 08:30:52 +0200 Subject: [PATCH] ci(tests): report coverage to gitlab --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d12ed13ce..61b2da1ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,6 +206,7 @@ test_api: matrix: - PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11-rc"] image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER + coverage: '/TOTAL\s*\d*\s*\d*\s*(\d*%)/' test_front: interruptible: true