Skip to content

Commit

Permalink
added module to code coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed May 7, 2016
1 parent 78645ec commit dcea9e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main/jacoco-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<groupId>org.cryptomator</groupId>
<artifactId>filesystem-api</artifactId>
</dependency>
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>filesystem-charsets</artifactId>
</dependency>
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>filesystem-crypto</artifactId>
Expand Down Expand Up @@ -79,4 +83,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit dcea9e2

Please sign in to comment.