Compare commits

..

1 Commits

Author SHA1 Message Date
c12c4048a6 ci: Instrumentation tests coverage in ci.
Some checks failed
Check PR code / BuildAndTestAndCoverage (pull_request) Failing after 48m8s
2025-03-20 15:41:31 +01:00

View File

@ -277,7 +277,7 @@ val fetchScreenshotsTask =
}
tasks.whenTaskAdded {
if (this.name == "connectedGithubConfigDebugAndroidTest") {
if (this.name == "connectedAndroidTest") {
this.finalizedBy(fetchScreenshotsTask)
}
/* if (this.name == "mergeGithubConfigDebugResources" ||