-
Notifications
You must be signed in to change notification settings - Fork 632
Set up code coverage for Robolectric tests #1497
Copy link
Copy link
Closed
Labels
Impact: MediumModerate perceived user impact (non-blocking bugs and general improvements).Moderate perceived user impact (non-blocking bugs and general improvements).Issue: Needs Break-downIndicates that an issue is too large and should be broken into smaller chunks.Indicates that an issue is too large and should be broken into smaller chunks.Issue: Needs ClarificationIndicates that an issue needs more detail in order to be able to be acted upon.Indicates that an issue needs more detail in order to be able to be acted upon.Work: MediumThe means to find the solution is clear, but it isn't at good-first-issue level yet.The means to find the solution is clear, but it isn't at good-first-issue level yet.Z-ibtTemporary label for Ben to keep track of issues he's triaged.Temporary label for Ben to keep track of issues he's triaged.enhancementEnd user-perceivable enhancements.End user-perceivable enhancements.
Metadata
Metadata
Assignees
Labels
Impact: MediumModerate perceived user impact (non-blocking bugs and general improvements).Moderate perceived user impact (non-blocking bugs and general improvements).Issue: Needs Break-downIndicates that an issue is too large and should be broken into smaller chunks.Indicates that an issue is too large and should be broken into smaller chunks.Issue: Needs ClarificationIndicates that an issue needs more detail in order to be able to be acted upon.Indicates that an issue needs more detail in order to be able to be acted upon.Work: MediumThe means to find the solution is clear, but it isn't at good-first-issue level yet.The means to find the solution is clear, but it isn't at good-first-issue level yet.Z-ibtTemporary label for Ben to keep track of issues he's triaged.Temporary label for Ben to keep track of issues he's triaged.enhancementEnd user-perceivable enhancements.End user-perceivable enhancements.
Type
Projects
Status
Done
We would like to get code coverage reports for our robolectric tests. The code coverage tool needs to be compatible with Kotlin and java, as well as work on Gradle and Bazel.
Jacoco seems to be a good pathway, some useful links: