build: move coverage reports to jacoco-report-aggregation #13686
Triggered via pull request
January 15, 2025 21:32
Status
Success
Total duration
2h 18m 8s
Artifacts
–
Annotations
6 warnings
Unused import directive:
coverage-report/build.gradle.kts#L1
Unused import directive
|
Unstable API Usage:
coverage-report/build.gradle.kts#L28
'getReportTask()' is declared in unstable interface 'org.gradle.testing.jacoco.plugins.JacocoCoverageReport' marked with @Incubating
|
Unstable API Usage:
coverage-report/build.gradle.kts#L26
'org.gradle.api.attributes.TestSuiteType' is marked unstable with @Incubating
|
Unstable API Usage:
coverage-report/build.gradle.kts#L26
'UNIT_TEST' is declared in unstable interface 'org.gradle.api.attributes.TestSuiteType' marked with @Incubating
|
Unstable API Usage:
coverage-report/build.gradle.kts#L25
'org.gradle.testing.jacoco.plugins.JacocoCoverageReport' is marked unstable with @Incubating
|
Unstable API Usage:
coverage-report/build.gradle.kts#L26
'getTestType()' is declared in unstable interface 'org.gradle.testing.jacoco.plugins.JacocoCoverageReport' marked with @Incubating
|