Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation and architecture visuals for the docling-version-tests Quarkus CLI, and aligns the version tester’s runtime client construction with the public DoclingServeApi builder.
Changes:
- Add a comprehensive
README.mddescribing the version tester’s purpose, flow, configuration, and usage. - Add a PlantUML architecture diagram (
images/architecture.puml) illustrating the end-to-end workflow and result handling. - Update the tester implementation and build config (client builder usage + test dependency coordinates).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docling-testing/docling-version-tests/src/main/java/ai/docling/client/tester/service/TagsTester.java | Switches to DoclingServeApi.builder() for client creation in version tests. |
| docling-testing/docling-version-tests/images/architecture.puml | Adds an architecture/sequence diagram of the version-tests workflow. |
| docling-testing/docling-version-tests/build.gradle.kts | Updates Quarkus test dependency coordinates for the module. |
| docling-testing/docling-version-tests/README.md | Introduces detailed module documentation and operational guidance. |
...testing/docling-version-tests/src/main/java/ai/docling/client/tester/service/TagsTester.java
Show resolved
Hide resolved
Signed-off-by: Eric Deandrea <eric.deandrea@gmail.com>
8baa9ac to
7296d8e
Compare
:java_duke: JaCoCo coverage report
|
|
||||||||||||||
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
...testing/docling-version-tests/src/main/java/ai/docling/client/tester/service/TagsTester.java
Show resolved
Hide resolved
|
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.
No description provided.