Revert "[Coverage] Disable tests"

This reverts commit bd35c80b5b.
This commit is contained in:
Svyatoslav Scherbina
2020-06-04 17:55:08 +03:00
committed by SvyatoslavScherbina
parent d69fbf90b4
commit 090edb67cb
@@ -59,7 +59,7 @@ val Project.globalTestArgs: List<String>
}
val Project.testTargetSupportsCodeCoverage: Boolean
get() = false // Disable until tests are fixed
get() = this.testTarget.supportsCodeCoverage()
//endregion