1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

Merge commit '0a42fe8b1d7292ca8fc2a4595b4b9dcbb98fd556' into jacocoCodeCoverage

# Conflicts:
#	pom.xml
This commit is contained in:
Christopher Fenner 2018-02-04 08:40:50 +01:00
parent 0a42fe8b1d
commit 8568ebbc68

14
pom.xml
View File

@ -207,20 +207,6 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<configuration>
<repoToken>$COVERALLS_REPO_TOKEN</repoToken>
</configuration>
<executions>
<execution>
<id>post-unit-test</id>
<phase>package</phase>
<goals><goal>report</goal></goals>
</execution>
<execution>
<id>post-integration-test</id>
<goals><goal>report</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>