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

Add an optional Jacoco report task in Gradle #413

Merged
merged 3 commits into from
Jun 6, 2024

Conversation

misolt
Copy link
Collaborator

@misolt misolt commented Jun 5, 2024

Add a Gradle task that generates coverage report for the Dumper app by running:

./gradlew dumper:app:jacocoTestReport

The task is optional and not included in any tests.

The generated reports are HTML and appear in dumper/app/build/reports/jacocoHtml.

@misolt misolt requested a review from dawidxc June 5, 2024 15:50
@misolt misolt marked this pull request as ready for review June 5, 2024 15:50
@misolt misolt changed the title Add optional Jacoco report Add an optional Jacoco report task in Gradle Jun 5, 2024
@misolt misolt merged commit a4a2cdf into google:main Jun 6, 2024
2 checks passed
@misolt misolt deleted the jacoco-basic branch June 18, 2024 13:29
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

Successfully merging this pull request may close these issues.

3 participants