Update coverage regex

master
Oystein Kristoffer Tveit 2021-02-24 00:13:23 +01:00
parent eafbd2e023
commit a3435e6138
1 changed files with 2 additions and 0 deletions

View File

@ -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/