diff --git a/.travis.yml b/.travis.yml index dff5f3a..6490334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,3 @@ language: java +after_success: + - bash <(curl -s https://codecov.io/bash) diff --git a/app.hypermedia.testing.dsl/pom.xml b/app.hypermedia.testing.dsl/pom.xml index 3f2a700..fe8acfa 100644 --- a/app.hypermedia.testing.dsl/pom.xml +++ b/app.hypermedia.testing.dsl/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 @@ -12,7 +13,7 @@ - org.codehaus.mojo + org.codehaus.mojo exec-maven-plugin 1.4.0 @@ -36,9 +37,55 @@ false + + + org.jacoco + jacoco-maven-plugin + 0.8.2 + + + + + pre-unit-test + + prepare-agent + + + + + post-unit-test + package + + report + + + + + + + org.eclipse.xtend xtend-maven-plugin + + + + + compile + testCompile + xtend-install-debug-info + xtend-test-install-debug-info + + + true + ${project.build.directory}/xtend-gen/main + ${project.build.directory}/xtend-gen/test + true + + + @@ -248,11 +295,11 @@ 20180813 - org.assertj - assertj-core - - 3.11.1 - test + org.assertj + assertj-core + + 3.11.1 + test org.junit.jupiter