diff --git a/.travis.yml b/.travis.yml
index cfe5d31..1b591f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,3 +3,5 @@ notifications:
email:
on_failure: change
on_success: never
+after_success:
+ - mvn clean test jacoco:report coveralls:report
diff --git a/README.md b/README.md
index 4d27629..ed3de17 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
[](https://travis-ci.org/kiwitcms/junit-plugin)
+[](https://coveralls.io/github/kiwitcms/junit-plugin)
WIP: JUnit plugin for Kiwi TCMS
diff --git a/pom.xml b/pom.xml
index 6506eac..c7cc851 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,11 +34,20 @@
org.apache.maven.plugins
maven-compiler-plugin
+ 3.8.0
8
8
+
+ org.eluder.coveralls
+ coveralls-maven-plugin
+ 4.3.0
+
+ UTF8
+
+
org.jacoco
jacoco-maven-plugin
@@ -146,13 +155,6 @@
1.16.4
-
- org.junit.jupiter
- junit-jupiter-api
- 5.4.1
- compile
-
-
org.hamcrest