CI : coveralls report after tests

This commit is contained in:
Klemek
2019-01-20 17:36:13 +01:00
parent 4cc7f5e435
commit 93fba00354
2 changed files with 5 additions and 17 deletions
+5 -1
View File
@@ -3,4 +3,8 @@ jdk:
- oraclejdk8
- oraclejdk9
- openjdk8
- openjdk9
- openjdk9
script:
- mvn test jacoco:report
after_success:
- mvn coveralls:report