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/