improve statistics page#364
Merged
MaximilianSoerenPollak merged 2 commits intoeclipse-score:mainfrom Jan 23, 2026
Merged
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
There was a problem hiding this comment.
Pull request overview
This pull request improves the visual presentation of the statistics page by reorganizing and restructuring the content. The old test_overview.rst file has been replaced with a new implementation_state.rst file that provides a more organized and visually appealing layout using grid-based sections and clearer categorization.
Changes:
- Replaced
test_overview.rstwithimplementation_state.rstfor better organization - Reorganized statistics into logical sections (Overview, In Detail, All passed Tests, Details About Testcases)
- Added grid-based layout for better visual presentation of charts and tables
- Added helpful hints explaining that failed and skipped tests tables should be empty by design
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/internals/requirements/test_overview.rst | Removed old statistics page with flat layout |
| docs/internals/requirements/implementation_state.rst | Added new statistics page with improved structure, grid layout, and additional context |
| docs/internals/requirements/index.rst | Updated table of contents to reference the new implementation_state file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The created documentation from the pull request is available at: docu-html |
Member
Author
|
Rebased on #365 |
arnoox
pushed a commit
to arnoox/score-docs-as-code
that referenced
this pull request
Jan 26, 2026
arnoox
pushed a commit
to arnoox/score-docs-as-code
that referenced
this pull request
Feb 20, 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.
Visual improvement to make the page more presentable.
Old: https://eclipse-score.github.io/docs-as-code/main/internals/requirements/test_overview.html
New: https://eclipse-score.github.io/docs-as-code/pr-364/internals/requirements/implementation_state.html