From 66fc8b10e9e18d6a4196ec6f72696fe32740ffc3 Mon Sep 17 00:00:00 2001 From: Malte Bauch <malte.bauch@extern.h-da.de> Date: Mon, 13 Jun 2022 17:53:50 +0200 Subject: [PATCH] change regex to fit the `go tool` output --- .gitlab/ci/.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml index 2eaf4f504..f949bac81 100644 --- a/.gitlab/ci/.test.yml +++ b/.gitlab/ci/.test.yml @@ -6,7 +6,7 @@ variables: GOSDN_LOG: "nolog" GOSDN_CHANGE_TIMEOUT: "5000ms" - coverage: '/coverage: \d+.\d+% of statements/' + coverage: 'total:\s+\(statements\)\s+(\d+.\d+\%)' artifacts: when: always reports: -- GitLab