mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -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
|
||||
}
|
||||
|
||||
testBuildType "coverage"
|
||||
|
||||
lintOptions {
|
||||
// Treat lint seriously
|
||||
abortOnError true
|
||||
|
Loading…
x
Reference in New Issue
Block a user