Parcourir la source

re-enable: coverage only on CI

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky il y a 5 ans
Parent
commit
94f17a7797
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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