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