travis and codecov

This commit is contained in:
Michał Michaluk
2018-03-03 22:36:29 +01:00
parent 7c08a39162
commit b039bb90b8
6 changed files with 77 additions and 3 deletions

View File

@@ -59,7 +59,26 @@
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
</project>