Use Jacoco instead per config file.

This commit is contained in:
Gary Gregory 2016-11-25 21:11:57 -08:00
parent 3a8b73577e
commit 74d1140f6f
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ jdk:
- oraclejdk8
after_success:
- mvn clean cobertura:cobertura coveralls:report
- mvn clean jacoco:report coveralls:report