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 @@ ![Eclair Logo](.readme/logo.png) -[![Build Status](https://travis-ci.org/ACINQ/eclair.svg?branch=master)](https://travis-ci.org/ACINQ/eclair) +[![Build Status](https://travis-ci.org/araspitzu/eclair.svg?branch=master)](https://travis-ci.org/araspitzu/eclair) +[![codecov](https://codecov.io/gh/araspitzu/eclair/branch/master/graph/badge.svg)](https://codecov.io/gh/araspitzu/eclair) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) [![Gitter chat](https://img.shields.io/badge/chat-on%20gitter-red.svg)](https://gitter.im/ACINQ/eclair) @@ -24,7 +25,7 @@ Please see the latest [release note](https://github.com/ACINQ/eclair/releases) f ## Overview -![Eclair Demo](.readme/screen-1.png) +![Eclair Demo](.readme/screen-1.png)``` ## 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} + +