diff --git a/.travis.yml b/.travis.yml
index 6efd1d3b39..e037fd7592 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ before_install:
- export M2_HOME=$PWD/apache-maven-3.6.0
- export PATH=$M2_HOME/bin:$PATH
script:
- - mvn install
+ - mvn scoverage:report
cache:
directories:
- .autoconf
@@ -23,3 +23,5 @@ jdk:
notifications:
email:
- ops@acinq.fr
+after_success:
+ - bash <(curl -s https://codecov.io/bash)
diff --git a/README.md b/README.md
index 77692ff880..757d4af79f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@

-[](https://travis-ci.org/ACINQ/eclair)
+[](https://travis-ci.org/araspitzu/eclair)
+[](https://codecov.io/gh/araspitzu/eclair)
[](LICENSE)
[](https://gitter.im/ACINQ/eclair)
@@ -24,7 +25,7 @@ Please see the latest [release note](https://github.com/ACINQ/eclair/releases) f
## Overview
-
+```
## JSON API
diff --git a/pom.xml b/pom.xml
index de1bf1b411..5a035d8138 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
2.11
2.4.20
10.0.11
- 1.3.9
+ 1.5.14
0.11
24.0-android
@@ -228,6 +228,14 @@
+
+ org.scoverage
+ scoverage-maven-plugin
+ 1.4.0-M5
+
+ ${scala.version}
+
+