Does this aggregate unit test report in HTML for Android?
ArcherEmiya05 opened this issue · 6 comments
If I run ./gradlew test
in a multi module Android project and wanted to aggregate all test results in single HTML page, which gradle task of Kover should I run? Such feature was implemented in this plugin.
Hi,
unfortunately, there is no such task (if I understood correctly).
The Kover plugin does not process the results of running tests, it is only responsible for measuring and reporting of coverage.
If you need an aggregated coverage report, please refer to the documentation.
Thanks, by the way is there any plan to support such feature?
Thanks, by the way is there any plan to support such feature?
Could you please clarify which feature is meant?
Generation of aggregated coverage reports has already been implemented (see documentation).
Thanks, by the way is there any plan to support such feature?
Could you please clarify which feature is meant? Generation of aggregated coverage reports has already been implemented (see documentation).
Sorry I mean the aggregation of unit test, or Kover's entirely usage is for code coverage and its aggregation thus no plan of supporting the latter?
Sorry I mean the aggregation of unit test, or Kover's entirely usage is for code coverage and its aggregation thus no plan of supporting the latter?
Yes, Kover - is Kotlin Code Coverage toolset, it is not intended for tracking tests.