odk-x / tool-suite-X

ODK-X Tool Suite Project roadmaps, issue queue, release notes and wiki.
https://www.odk-x.org
Apache License 2.0
25 stars 43 forks source link

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

Open BukunmiOla opened 1 week ago

BukunmiOla commented 1 week ago

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 commented 1 day ago

@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.