[coverage] IDEA-378544 Fix coverage for java 25

GitOrigin-RevId: 2a8361a6e46602d6fddbfad19c0ad11538fc5cbb
This commit is contained in:
Aleksey Dobrynin
2025-11-07 12:24:27 +00:00
committed by intellij-monorepo-bot
parent f682be657b
commit 4f6fd8d17c
4 changed files with 36 additions and 22 deletions
+5 -5
View File
@@ -1,18 +1,18 @@
<component name="libraryTable">
<library name="intellij-test-discovery" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.intellij.deps:intellij-test-discovery-agent:1.0.763">
<properties include-transitive-deps="false" maven-id="org.jetbrains.intellij.deps:intellij-test-discovery-agent:1.0.771">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.763/intellij-test-discovery-agent-1.0.763.jar">
<sha256sum>de175ebed73336e126ecba42c8b93a6566f65b169c6b4a4deb8099fe28e944de</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.771/intellij-test-discovery-agent-1.0.771.jar">
<sha256sum>29de9b5ec9d586dee34d75f191adfe227c2e9f2fc15c5c075a060fa31390414f</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.763/intellij-test-discovery-agent-1.0.763.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.771/intellij-test-discovery-agent-1.0.771.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.763/intellij-test-discovery-agent-1.0.763-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.771/intellij-test-discovery-agent-1.0.771-sources.jar!/" />
</SOURCES>
</library>
</component>
+4 -4
View File
@@ -2663,8 +2663,8 @@ jvm_import(
jvm_import(
name = "intellij-test-discovery",
jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_763_http//file",
source_jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_763-sources_http//file",
jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771_http//file",
source_jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771-sources_http//file",
visibility = ["//visibility:public"]
)
@@ -8775,8 +8775,8 @@ java_library(
jvm_import(
name = "platform-coverage-agent-intellij-coverage",
jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_766_http//file",
source_jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_766-sources_http//file",
jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771_http//file",
source_jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771-sources_http//file",
visibility = ["//visibility:public"]
)
+22 -8
View File
@@ -4088,17 +4088,17 @@ http_file(
)
http_file(
name = "org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_763_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.763/intellij-test-discovery-agent-1.0.763.jar",
sha256 = "de175ebed73336e126ecba42c8b93a6566f65b169c6b4a4deb8099fe28e944de",
downloaded_file_path = "intellij-test-discovery-agent-1.0.763.jar"
name = "org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.771/intellij-test-discovery-agent-1.0.771.jar",
sha256 = "29de9b5ec9d586dee34d75f191adfe227c2e9f2fc15c5c075a060fa31390414f",
downloaded_file_path = "intellij-test-discovery-agent-1.0.771.jar"
)
http_file(
name = "org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_763-sources_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.763/intellij-test-discovery-agent-1.0.763-sources.jar",
sha256 = "28e1b43ae4ff599b8727858ca190d8f840a8e343f39d7d3ff4117b311c667379",
downloaded_file_path = "intellij-test-discovery-agent-1.0.763-sources.jar"
name = "org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771-sources_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-test-discovery-agent/1.0.771/intellij-test-discovery-agent-1.0.771-sources.jar",
sha256 = "165e14ac139b776447ff68e6a2b482b68ee7cc3f3f88830a80f08cf0a777a89a",
downloaded_file_path = "intellij-test-discovery-agent-1.0.771-sources.jar"
)
http_file(
@@ -12823,6 +12823,20 @@ http_file(
downloaded_file_path = "compiler-hosted-1.5.14-sources.jar"
)
http_file(
name = "org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.771/intellij-coverage-agent-1.0.771.jar",
sha256 = "29349bb6b660504b55828000ecf42c4266a9300db3b73470d79220641ecd4865",
downloaded_file_path = "intellij-coverage-agent-1.0.771.jar"
)
http_file(
name = "org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771-sources_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.771/intellij-coverage-agent-1.0.771-sources.jar",
sha256 = "60e54dd93a8c3932fdf34d82cfbe760bad433eb5b3fe4fd5c7aafd5149c927f2",
downloaded_file_path = "intellij-coverage-agent-1.0.771-sources.jar"
)
http_file(
name = "com_github_hypfvieh-dbus-java-transport-native-unixsocket-4_2_1_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/com/github/hypfvieh/dbus-java-transport-native-unixsocket/4.2.1/dbus-java-transport-native-unixsocket-4.2.1.jar",
@@ -9,19 +9,19 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library name="intellij-coverage" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.intellij.deps:intellij-coverage-agent:1.0.766">
<properties include-transitive-deps="false" maven-id="org.jetbrains.intellij.deps:intellij-coverage-agent:1.0.771">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.766/intellij-coverage-agent-1.0.766.jar">
<sha256sum>52f66c83318dcacb879f2a07fe448eccd1313b077809190810c83aa4b875611c</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.771/intellij-coverage-agent-1.0.771.jar">
<sha256sum>29349bb6b660504b55828000ecf42c4266a9300db3b73470d79220641ecd4865</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.766/intellij-coverage-agent-1.0.766.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.771/intellij-coverage-agent-1.0.771.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.766/intellij-coverage-agent-1.0.766-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/intellij-coverage-agent/1.0.771/intellij-coverage-agent-1.0.771-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>