Merge code coverage metrics from branch 'master' into layered-io

This commit is contained in:
Sebastian Stenzel
2015-12-15 21:35:01 +01:00
8 changed files with 91 additions and 3 deletions
+9
View File
@@ -63,4 +63,13 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>