Verify JaCoCo coverage measurement is functional after issue #26 fix#31
Closed
Verify JaCoCo coverage measurement is functional after issue #26 fix#31
Conversation
Copilot
AI
changed the title
[WIP] Fix coverage measurement regression issue after adding tests
Verify JaCoCo coverage measurement is functional after issue #26 fix
Jan 10, 2026
Owner
|
fixed by #30 |
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.
Issue #27 reported coverage regression from 49% to 12% despite adding 276 tests. Investigation revealed this was caused by issue #26 (Gradle build failures) preventing JaCoCo report generation.
Changes
https://github.com/bedaHovorka/jdisco/releases/download/v1.2.0/jdisco-1.2.0.jar) to Maven local repository to enable buildsbuild/classes/kotlin/mainRoot Cause
The reported regression was not a JaCoCo configuration issue. The repository currently has 268 tests (267 passing, 1 skipped), not the expected 591 tests from Phase 6. Missing 323 tests explains the coverage gap (44% actual vs 49-62% expected). Repository grafting at commit
cb60631likely lost test history.Coverage Breakdown
JaCoCo measurement is working correctly. No configuration changes required.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.