diff --git a/README.md b/README.md index 499ebf071..1186d76cc 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Kiwix is an offline reader for Web content. One of its main purposes is to make [![Build Status](https://travis-ci.org/kiwix/kiwix-android.svg?branch=master)](https://travis-ci.org/kiwix/kiwix-android) [![IRC Web](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](http://chat.kiwix.org) +[![codecov](https://codecov.io/gh/kiwix/kiwix-android/branch/master/graph/badge.svg)](https://codecov.io/gh/kiwix/kiwix-android) --- ## Build Instructions diff --git a/app/build.gradle b/app/build.gradle index 178c791f4..0dc0b30e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -218,7 +218,6 @@ android { } testOptions { unitTests.all { - // All the usual Gradle options. testLogging { events "passed", "skipped", "failed", "standardOut", "standardError" outputs.upToDateWhen { false }