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

Multi Module Code Coverage #77

Closed
wba2hi opened this issue Feb 20, 2024 · 1 comment · Fixed by #90
Closed

Multi Module Code Coverage #77

wba2hi opened this issue Feb 20, 2024 · 1 comment · Fixed by #90
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@wba2hi
Copy link
Contributor

wba2hi commented Feb 20, 2024

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

  1. Minimum viable solution:
  • all module reports are added to the pipeline
  1. 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

@wba2hi wba2hi self-assigned this Feb 22, 2024
@Chrylo Chrylo added this to the 0.2 milestone Feb 27, 2024
@Chrylo Chrylo added the enhancement New feature or request label Feb 27, 2024
@wba2hi
Copy link
Contributor Author

wba2hi commented Feb 29, 2024

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.

Code Coverage can be found in "Artifacts" of "Build Main" and "Validate Pull Request" GitHub Actions:
https://github.com/eclipse-kuksa/kuksa-android-sdk/actions?query=branch%3Amain -> "Build Main" -> Summary -> Scroll down to artifacts -> code-coverage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants