Skip to content

Commit

Permalink
update coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Jul 19, 2016
1 parent e651dc3 commit c9473e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#Dagger 2 and Realm unit test

[![Build Status](https://travis-ci.org/niqdev/dagger-realm-test.svg?branch=master)](https://travis-ci.org/niqdev/dagger-realm-test)
<!-- TODO verify coverall
[![Coverage Status](https://coveralls.io/repos/github/niqdev/dagger-realm-test/badge.svg?branch=master)](https://coveralls.io/github/niqdev/dagger-realm-test?branch=master)
-->

:tada: Updated with Realm v1.x!! Robolectric/Realm [issue](https://github.com/robolectric/robolectric/issues/1389)
:tada: Updated with Realm v1.x!! <-- Robolectric/Realm [issue](https://github.com/robolectric/robolectric/issues/1389)

Sample Android application of [Dagger 2](http://google.github.io/dagger/) and [Realm](https://realm.io/docs/java/latest/) tested with [Robolectric](http://robolectric.org/), [Mockito](http://mockito.org/) and [PowerMockito](https://github.com/jayway/powermock).

Expand Down
1 change: 1 addition & 0 deletions coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apply plugin: 'com.vanniktech.android.junit.jacoco'
apply plugin: 'com.github.kt3k.coveralls'

junitJacoco {
// with the latest version coverage is always zero
//jacocoVersion = '0.7.7.201606060606'
}

Expand Down

0 comments on commit c9473e6

Please sign in to comment.