diff --git a/.travis.yml b/.travis.yml index 43c361a29..eb3a11753 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,3 +85,6 @@ script: - if [ "$DB" = "build" ] ; then .travis/build/build.sh; fi - if [ "$DB" = "build" ] ; then docker build -t build:latest --label build .travis/build/; fi - .travis/script.sh + +after_success: +- bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/pom.xml b/pom.xml index caaaba28c..b38893444 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,25 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.2 + + + + prepare-agent + + + + report + test + + report + + + + maven-compiler-plugin 3.6.0