Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit ddcc9ee

Browse files
author
Hideki Itakura
authored
Merge pull request #1131 from couchbase/issue/1110
Fixed #1110 - Code Coverage
2 parents 28ffcdc + 52c0a56 commit ddcc9ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/CouchbaseLite/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ android {
3030
minifyEnabled false
3131
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3232
}
33+
debug {
34+
testCoverageEnabled = true
35+
}
3336
}
3437
externalNativeBuild {
3538
cmake {

0 commit comments

Comments
 (0)