You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to aggregate the results of multiple code coverage reports for each test suite from the JVM Test Suite Plugin. The JaCoCo Report Aggregation Plugin does exactly that - when the JVM Test Suite plugin is applied, [testSuite]CodeCoverageReport tasks are added for each test suite.
Also, not sure if it is related to #284, but IMO it would be nicer that instead of creating merged report for all subprojects of the given project, the Kover plugin would work in the similar fashion as the Test Report Aggregation Plugin and the JaCoCo Report Aggregation Plugin - only the direct and transitive project dependencies of the current project’s runtime classpath are selected for potential aggregation (sample from Gradle docs).
The text was updated successfully, but these errors were encountered:
Hi,
since the Kover is a universal plugin used for both Kotlin/JVM, Kotlin/MP and Kotlin/Android projects, integration with a plugin specialized for Java projects is difficult and may not be convenient.
Based on this, there are no plans to integrate Kover with the JVM Test Suite Plugin.
It would be nice to be able to aggregate the results of multiple code coverage reports for each test suite from the JVM Test Suite Plugin. The JaCoCo Report Aggregation Plugin
does exactly that - when the JVM Test Suite plugin is applied,
[testSuite]CodeCoverageReport
tasks are added for each test suite.Also, not sure if it is related to #284, but IMO it would be nicer that instead of creating merged report for all subprojects of the given project, the Kover plugin would work in the similar fashion as the Test Report Aggregation Plugin and the JaCoCo Report Aggregation Plugin - only the direct and transitive project dependencies of the current project’s runtime classpath are selected for potential aggregation (sample from Gradle docs).
The text was updated successfully, but these errors were encountered: