mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 04:46:04 +03:00
add coverage enable for testing coverages
This commit is contained in:
parent
68c565a0c6
commit
6415e8d220
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ android {
|
|||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
testCoverageEnabled true
|
||||
}
|
||||
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
|
Loading…
Reference in a new issue