mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Enable test coverage report generation for library project.
To generate the reports, under 'v2' folder run: ./gradlew createDebugCoverageReport ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129991223
This commit is contained in:
parent
5deb948d14
commit
56bfa78f0a
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ android {
|
|||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
debug {
|
||||
testCoverageEnabled = true
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
|
|
|||
Loading…
Reference in a new issue