CI : coveralls report after tests

This commit is contained in:
Klemek
2019-01-20 17:36:13 +01:00
parent 4cc7f5e435
commit 93fba00354
2 changed files with 5 additions and 17 deletions
+5 -1
View File
@@ -3,4 +3,8 @@ jdk:
- oraclejdk8
- oraclejdk9
- openjdk8
- openjdk9
- openjdk9
script:
- mvn test jacoco:report
after_success:
- mvn coveralls:report
-16
View File
@@ -172,28 +172,12 @@
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>post-unit-test</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<executions>
<execution>
<id>post-unit-test</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>