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:
parent
6700e570a5
commit
0a42fe8b1d
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user