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

Merge unit and instrumented test report in single file or directory of a multi-module Android project? #592

Closed
ArcherEmiya05 opened this issue Apr 1, 2024 · 2 comments
Assignees
Labels
Question Support request issue type S: untriaged Status: issue reported but unprocessed

Comments

@ArcherEmiya05
Copy link

ArcherEmiya05 commented Apr 1, 2024

Hi, can someone help me how to merge unit and instrumented test across module/subproject for Android? Most solution I see in the internet is using JaCoCo. Which Kover Gradle task I should trigger and do I need extra configuration to achieve this? Thanks!

Sample structure

  • app [unitTest, androidTest]
    • libs
      • module1 [unitTest, androidTest]
      • module2 [unitTest]
@ArcherEmiya05 ArcherEmiya05 added Question Support request issue type S: untriaged Status: issue reported but unprocessed labels Apr 1, 2024
@ArcherEmiya05 ArcherEmiya05 changed the title Merge unit and instrumented test report in single file or directory? Merge unit and instrumented test report in single file or directory of a multi-module Android project? Apr 1, 2024
@shanshin
Copy link
Collaborator

shanshin commented Apr 2, 2024

Hi,
at the moment, running tests on the device is not supported yet. Work is in progress now.

@shanshin
Copy link
Collaborator

shanshin commented Apr 2, 2024

Closed as a duplicate of #96

@shanshin shanshin closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2024
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