From 36f107da5b9517069f0fdd616cdc4e4785be4a90 Mon Sep 17 00:00:00 2001 From: Samuel Carlsson Date: Sun, 22 Oct 2017 19:30:48 +0200 Subject: [PATCH] codecov with jacoco --- .travis.yml | 3 ++- pom.xml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a98b760..6490334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,3 @@ language: java - +after_success: + - bash <(curl -s https://codecov.io/bash) diff --git a/pom.xml b/pom.xml index 30d7a96..d179e5d 100644 --- a/pom.xml +++ b/pom.xml @@ -113,6 +113,25 @@ + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + + + prepare-agent + + + + report + test + + report + + + + org.apache.maven.plugins maven-surefire-plugin