Conversation
c1300ec to
19b137c
Compare
jormundur00
reviewed
Jan 28, 2026
Member
jormundur00
left a comment
There was a problem hiding this comment.
I think we should document this task briefly in DEVELOPING.md. Being unfamiliar with JaCoCo, it took a second to figure out what the task did (and that it was a wrapper for a task of the same name).
vjovanov
reviewed
Jan 28, 2026
tests/tck-build-logic/src/main/groovy/org.graalvm.internal.tck.gradle
Outdated
Show resolved
Hide resolved
vjovanov
reviewed
Jan 28, 2026
...c/src/main/groovy/org/graalvm/internal/tck/harness/tasks/JacocoTestReportInvocationTask.java
Show resolved
Hide resolved
jormundur00
approved these changes
Jan 30, 2026
vjovanov
reviewed
Feb 5, 2026
tests/tck-build-logic/src/main/groovy/org.graalvm.internal.tck.gradle
Outdated
Show resolved
Hide resolved
vjovanov
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes: #976
This PR introduces support for the
jacocoTestReporttask, enabling us to measure how much of the library’s code is covered by the test suite. Report configuration is set to generate coverage that focus exclusively on the provided library JARs, excluding unrelated external dependencies. This enhancement will help us better monitor and improve our test coverage.This will be particularly beneficial for benchmarking and monitoring AI test generation.