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
Is your feature request related to a problem? Please describe.
n. a.
Describe the solution you'd like
Add Code Coverage for the SDK
Describe alternatives you've considered
Minimum viable solution:
all module reports are added to the pipeline
Optimal solution
all different module reports (unit tests / instrumentationt tests) are generated and aggregated to one single report (this step might be optional if the corresponding plugin can handle multiple reports)
might require adding some custom gradle tasks
code coverage is shown on CI/CD and / or GitHub Page
Additional context
the flag "testCoverageEnabled true" made issues in the past with different coverage reporters (leading to reports showing a coverage of 0 when enabled) - while most of these projects did not have instrumentation tests we have them and won't be able to leave the flag disabled.
A follow-up issue (#89) was created to show code coverage as a badge therefore only the minimum viable solution was chosen and no CI/CD integration exists.
Is your feature request related to a problem? Please describe.
n. a.
Describe the solution you'd like
Add Code Coverage for the SDK
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: