From 9af03949bf1bc36e74779bdb22020c38feb20a5c Mon Sep 17 00:00:00 2001 From: Malte Bauch <malte.bauch@extern.h-da.de> Date: Mon, 13 Jun 2022 17:23:18 +0200 Subject: [PATCH] Add coverage keyword to the ci test settings --- .gitlab/ci/.test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml index 4d033d2ea..2eaf4f504 100644 --- a/.gitlab/ci/.test.yml +++ b/.gitlab/ci/.test.yml @@ -6,6 +6,7 @@ variables: GOSDN_LOG: "nolog" GOSDN_CHANGE_TIMEOUT: "5000ms" + coverage: '/coverage: \d+.\d+% of statements/' artifacts: when: always reports: -- GitLab