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:
Julian Harty 2018-09-18 15:21:24 +02:00 committed by Isaac Hutt
parent b6957df14c
commit 4ef37ef02b

View File

@ -176,6 +176,8 @@ android {
cruncherEnabled true
}
testBuildType "coverage"
lintOptions {
// Treat lint seriously
abortOnError true