Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this aggregate unit test report in HTML for Android? #642

Closed
ArcherEmiya05 opened this issue Jun 20, 2024 · 6 comments
Closed

Does this aggregate unit test report in HTML for Android? #642

ArcherEmiya05 opened this issue Jun 20, 2024 · 6 comments
Assignees
Labels
Question Support request issue type S: untriaged Status: issue reported but unprocessed

Comments

@ArcherEmiya05
Copy link

ArcherEmiya05 commented Jun 20, 2024

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.

@ArcherEmiya05 ArcherEmiya05 added Question Support request issue type S: untriaged Status: issue reported but unprocessed labels Jun 20, 2024
@shanshin
Copy link
Collaborator

shanshin commented Jun 20, 2024

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.

@shanshin
Copy link
Collaborator

If you need an aggregated coverage report, please refer to the documentation.

@ArcherEmiya05
Copy link
Author

Thanks, by the way is there any plan to support such feature?

@shanshin
Copy link
Collaborator

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).

@ArcherEmiya05
Copy link
Author

ArcherEmiya05 commented Jun 20, 2024

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?

@shanshin
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Support request issue type S: untriaged Status: issue reported but unprocessed
Projects
None yet
Development

No branches or pull requests

2 participants