From e78c0df7b21b2e4bf515c36900560401521356af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Wed, 11 Sep 2019 09:31:14 +0100 Subject: [PATCH 1/2] ci: change the coverage uploader and add jdk version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Ferreira --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d0efc5..cad7508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: java sudo: false # faster builds +jdk: + - oraclejdk8 + - oraclejdk9 + - oraclejdk11 + after_success: - - bash <(curl -s https://codecov.io/bash) + - bash <(curl -LSs https://codacy-coverage.lsferreira.net/coverage.sh) -L java From 42cf406690cc7adcbd374b86c5014f7fb8843849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Wed, 11 Sep 2019 09:45:37 +0100 Subject: [PATCH 2/2] build: maven: update jacoco maven plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Ferreira --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e4411a2..a4b6aa3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ - @@ -22,6 +22,11 @@ JaCoCo Maven plug-in example for Java project http://www.eclemma.org/jacoco + + UTF-8 + 1.8 + 1.8 + @@ -38,7 +43,7 @@ org.jacoco jacoco-maven-plugin - 0.8.2 + 0.8.4