Skip to content

Commit 836a5b1

Browse files
committed
Add code coverage
1 parent 63c2a52 commit 836a5b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ android {
5151
consumerProguardFile "proguard-rules.pro"
5252
}
5353

54-
testOptions {
55-
unitTests.returnDefaultValues = true
56-
}
54+
// testOptions {
55+
// unitTests.returnDefaultValues = true
56+
// }
5757
}
5858

5959
dependencies {

0 commit comments

Comments
 (0)