From a3435e613898bea5f70e8d942bf1abaddd0eb23a Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 24 Feb 2021 00:13:23 +0100 Subject: [PATCH] Update coverage regex --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c28876..a59d929 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,8 @@ generate-coverage: stage: coverage script: - 'mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test jacoco:report' + - 'cat target/site/jacoco/index.html' + coverage: '/Total.*?([0-9]{1,3})%/' artifacts: paths: - target/site/