Skip to content

feat: Add jacoco coverage support#43

Draft
BelmoMusta wants to merge 1 commit intomainfrom
add-jacoco
Draft

feat: Add jacoco coverage support#43
BelmoMusta wants to merge 1 commit intomainfrom
add-jacoco

Conversation

@BelmoMusta
Copy link
Collaborator

@BelmoMusta BelmoMusta commented Nov 9, 2023

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Motivation

Why is this change required? What problem does it solve?

JaCoCo is introduced in order to give a better way to see the covered code by tests, and then implement missing tests.

Changes

Behaviour, Functionality, Screenshots, etc.

Html report is rendered like in the following capture :
image

Success Check

How can we see or measure the change?

By running tests, the coverage report is generated under the build/reports/jacoco/test/html/index.html, other kinds of reports can be generated like json and xml formats, by configuring the jacocoTestReport task.

@BelmoMusta BelmoMusta added the enhancement New feature or request label Nov 9, 2023
@BelmoMusta BelmoMusta requested a review from YunaBraska November 9, 2023 07:31
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 this pull request may close these issues.

1 participant

Comments