Skip to content

Commit 7ca1ac3

Browse files
authored
Revert "7810 test coverage regression fix (#7904)" (#7937)
This reverts commit ea614c4. #7810 The instructions to include ``` bundledModule("intellij.platform.coverage") bundledModule("intellij.platform.coverage.agent") ``` pre `org.jetbrains.intellij.platform` upgrade to `2.2.1`, #7936, completely put Android Studio 2024.2 (Ladybug) and Android Studio 2024.3 (Meerkat) into a **locked state**.
1 parent ea614c4 commit 7ca1ac3

12 files changed

+0
-647
lines changed

build.gradle.kts

-5
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ dependencies {
105105
bundledPlugins(bundledPluginList)
106106
plugins(pluginList)
107107

108-
if (sinceBuildInput == "243" || sinceBuildInput == "251") {
109-
bundledModule("intellij.platform.coverage")
110-
bundledModule("intellij.platform.coverage.agent")
111-
}
112-
113108
// The warning that "instrumentationTools()" is deprecated might be valid, however, this error is produced by Gradle IJ plugin version
114109
// 2.1.0 if this isn't included:
115110
// Caused by: org.gradle.api.GradleException: No Java Compiler dependency found.

flutter-idea/build.gradle.kts

-5
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ dependencies {
8585
bundledPlugins(bundledPluginList)
8686
plugins(pluginList)
8787

88-
if (sinceBuildInput == "243" || sinceBuildInput == "251") {
89-
bundledModule("intellij.platform.coverage")
90-
bundledModule("intellij.platform.coverage.agent")
91-
}
92-
9388
// The warning that "instrumentationTools()" is deprecated might be valid, however, this error is produced by Gradle IJ plugin version
9489
// 2.1.0 if this isn't included:
9590
// Caused by: org.gradle.api.GradleException: No Java Compiler dependency found.

flutter-idea/src/io/flutter/run/coverage/FlutterCoverageAnnotator.java

-58
This file was deleted.

flutter-idea/src/io/flutter/run/coverage/FlutterCoverageEnabledConfiguration.java

-60
This file was deleted.

flutter-idea/src/io/flutter/run/coverage/FlutterCoverageEngine.java

-163
This file was deleted.

0 commit comments

Comments
 (0)