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

Documentation: Add JaCoCo run procedure to Android tools' README.md files #518

Open
BukunmiOla opened this issue Nov 5, 2024 · 1 comment

Comments

@BukunmiOla
Copy link

Writing tests for tools is important, It's also quite important to be able to verify the test coverage in order to keep track of the covered and uncovered components of the tools.
We employ JaCoCo to report test coverage and the dependency has already been added to grade-config.
However, contributors may find it difficult to grasp from the get-go.
Adding this information to the README.md file gives contributors first-hand information about JaCoCo integration with projects and how to generate test coverage reports with JaCoCo.

@BukunmiOla
Copy link
Author

BukunmiOla commented Nov 13, 2024

@nuilewis, remember the suggestion about adding JaCoCo to projects that does not have it today. I later found out it was added through the gradle-config project. Hence, this issue.

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

No branches or pull requests

1 participant