Skip to content

Commit

Permalink
trigger coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Jul 19, 2016
1 parent 64b7cb4 commit e651dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[![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).

Example
### Example
```java
@RunWith(RobolectricGradleTestRunner.class)
@Config(application = CustomApplicationTest.class, constants = BuildConfig.class, sdk = 21)
Expand Down
2 changes: 1 addition & 1 deletion coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.vanniktech.android.junit.jacoco'
apply plugin: 'com.github.kt3k.coveralls'

junitJacoco {
jacocoVersion = '0.7.7.201606060606'
//jacocoVersion = '0.7.7.201606060606'
}

coveralls {
Expand Down

0 comments on commit e651dc3

Please sign in to comment.