1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-02-21 19:48:53 +02:00

add phase for jacoco & coverall report

This commit is contained in:
Christopher Fenner 2018-01-31 10:38:55 +01:00 committed by GitHub
parent 6700e570a5
commit 0a42fe8b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,7 @@
<!-- Ensures that the code coverage report for unit tests is created after unit tests have been run. -->
<execution>
<id>post-unit-test</id>
<phase>package</phase>
<goals><goal>report</goal></goals>
</execution>
<!-- INTEGRATION TESTS -->
@ -212,6 +213,7 @@
<executions>
<execution>
<id>post-unit-test</id>
<phase>package</phase>
<goals><goal>report</goal></goals>
</execution>
<execution>