Преглед на файлове

re-enable: coverage only on CI

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky преди 5 години
родител
ревизия
94f17a7797
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -158,7 +158,7 @@ android {
 
         buildTypes {
             debug {
-                testCoverageEnabled true
+                testCoverageEnabled (project.hasProperty('coverage'))
             }
         }