fix: correct Codecov configuration for full module coverage#486
Merged
Conversation
e25395d to
51b85c9
Compare
- Fix wrong path for docling-version-tests (docling/testing → docling-testing) - Remove overly broad ignore rules that excluded docling-testcontainers and docling-testing from all coverage analysis - Add after_n_builds: 3 to wait for all Java version uploads before computing coverage, preventing fluctuating coverage numbers - Define java17/java21/java25 flags with carryforward support for per-Java-version coverage tracking on the dashboard Assisted-By: Claude Code <noreply@anthropic.com> Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
Assisted-By: Claude Code <noreply@anthropic.com> Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
51b85c9 to
f18b396
Compare
:java_duke: JaCoCo coverage report
|
|
||||||||||||||
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
Contributor
|
🎉 This issue has been resolved in |
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.
Summary
docling-version-testsproject status (docling/testing/...→docling-testing/...) which prevented Codecov from mapping coverage to this moduleignorerules that excludeddocling-testcontainers/**anddocling-testing/**from all coverage analysis, conflicting with their project status entriesafter_n_builds: 3so Codecov waits for all 3 Java version uploads before computing coverage, preventing fluctuating coverage numbers across commitsjava17/java21/java25flags withcarryforward: truefor per-Java-version coverage tracking on the dashboard and in PR commentsTest plan
prepare-test-reportsjobs upload coverage successfullydocling-core,docling-serve-api,docling-serve-client,docling-testcontainers,docling-version-tests