mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Got Code Coverage Reports working while preserving dev debugging!
Wow, this 1 line change was painful to discover and apply. Many of the details are in https://github.com/kiwix/kiwix-android/issues/836 NB: We've still to arrange and enable code coverage to be generated in the CI process.
This commit is contained in:
parent
b6957df14c
commit
4ef37ef02b
@ -176,6 +176,8 @@ android {
|
|||||||
cruncherEnabled true
|
cruncherEnabled true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
testBuildType "coverage"
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
// Treat lint seriously
|
// Treat lint seriously
|
||||||
abortOnError true
|
abortOnError true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user