CI : coveralls report after tests

This commit is contained in:
Klemek
2019-01-20 17:32:08 +01:00
parent 0db4e2c60a
commit 4cc7f5e435
+9
View File
@@ -185,6 +185,15 @@
<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>