Switch to jacoco code coverage analysis #59

This commit is contained in:
Ilkka Seppala
2015-06-28 21:24:40 +03:00
parent a736341010
commit 01aedbd640
2 changed files with 52 additions and 10 deletions

View File

@ -9,4 +9,4 @@ branches:
- master
after_success:
- mvn clean cobertura:cobertura coveralls:report
- mvn clean test jacoco:report coveralls:report