[Coverage] Disable tests
llvm-profdata fails with `Unsupported instrumentation profile format version`. Disabling for now because code coverage is not enabled for end-users.
This commit is contained in:
committed by
Sergey Bogolepov
parent
8243ad563f
commit
bd35c80b5b
@@ -58,7 +58,7 @@ val Project.globalTestArgs: List<String>
|
|||||||
}
|
}
|
||||||
|
|
||||||
val Project.testTargetSupportsCodeCoverage: Boolean
|
val Project.testTargetSupportsCodeCoverage: Boolean
|
||||||
get() = this.testTarget.supportsCodeCoverage()
|
get() = false // Disable until tests are fixed
|
||||||
|
|
||||||
//endregion
|
//endregion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user