Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
eclipse-score
/
docs-as-code
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
11
Code
Issues
33
Pull requests
22
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
refactor(module-verification-report): split, tests, docs
- #730
#730
Closed
antonkri
wants to merge 25 commits into
main
eclipse-score/docs-as-code:main
from
ankr_mod_verf_report
eclipse-score/docs-as-code:ankr_mod_verf_report
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
refactor(module-verification-report): split, tests, docs
#730
antonkri
wants to merge 25 commits into
main
eclipse-score/docs-as-code:main
from
ankr_mod_verf_report
eclipse-score/docs-as-code:ankr_mod_verf_report
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2026
feat(module-verification-report): new bundled sphinx extension
Show description for 7dc67d9
antonkri
authored and
MaximilianSoerenPollak
committed
7dc67d9
View commit details
Copy full SHA for 7dc67d9
Browse repository at this point
refactor(module-verification-report): split extension into focused modules
Show description for ab7f2ac
antonkri
authored and
MaximilianSoerenPollak
committed
ab7f2ac
View commit details
Copy full SHA for ab7f2ac
Browse repository at this point
test(module-verification-report): add unit tests for the split modules
Show description for 01faf8c
antonkri
authored and
MaximilianSoerenPollak
committed
01faf8c
View commit details
Copy full SHA for 01faf8c
Browse repository at this point
docs(module-verification-report): add extension reference page
Show description for ab711cd
antonkri
authored and
MaximilianSoerenPollak
committed
ab711cd
View commit details
Copy full SHA for ab711cd
Browse repository at this point
feat(module-verification-report): annotate testcase back-links with result
Show description for 1d968f5
antonkri
authored and
MaximilianSoerenPollak
committed
1d968f5
View commit details
Copy full SHA for 1d968f5
Browse repository at this point
refactor(module-verification-report): add module-id/feature-id/component-prefix options
Show description for 60378b2
antonkri
authored and
MaximilianSoerenPollak
committed
60378b2
View commit details
Copy full SHA for 60378b2
Browse repository at this point
refactor(module-verification-report): replace filesystem scan with :components: option
Show description for dc84c33
antonkri
authored and
MaximilianSoerenPollak
committed
dc84c33
View commit details
Copy full SHA for dc84c33
Browse repository at this point
feat(module-verification-report): validate component links at build-finished
Show description for f297ba4
antonkri
authored and
MaximilianSoerenPollak
committed
f297ba4
View commit details
Copy full SHA for f297ba4
Browse repository at this point
fix: remove feature-id name guessing — feature section is skipped when omitted
Show description for f52bcde
antonkri
authored and
MaximilianSoerenPollak
committed
f52bcde
View commit details
Copy full SHA for f52bcde
Browse repository at this point
refactor: remove unit test coverage (LCOV) and work-product overrides from extension
Show description for fbba964
antonkri
authored and
MaximilianSoerenPollak
committed
fbba964
View commit details
Copy full SHA for fbba964
Browse repository at this point
style: apply ruff-format and end-of-file-fixer
antonkri
authored and
MaximilianSoerenPollak
committed
30ec2e6
View commit details
Copy full SHA for 30ec2e6
Browse repository at this point
feat(docs_and_test): add Bazel macro chaining tests/coverage with docs
Show description for bbecf47
antonkri
authored and
MaximilianSoerenPollak
committed
bbecf47
View commit details
Copy full SHA for bbecf47
Browse repository at this point
feat(module-verification-report): per-component coverage dropdown
Show description for cfd775a
antonkri
authored and
MaximilianSoerenPollak
committed
cfd775a
View commit details
Copy full SHA for cfd775a
Browse repository at this point
refactor(module-verification-report): drop redundant docnames tracking
Show description for e8451d7
antonkri
authored and
MaximilianSoerenPollak
committed
e8451d7
View commit details
Copy full SHA for e8451d7
Browse repository at this point
Add mod_ver_report generation to module-verification-report directive
Show description for ffaa07a
antonkri
authored and
MaximilianSoerenPollak
committed
ffaa07a
View commit details
Copy full SHA for ffaa07a
Browse repository at this point
fix: collapse single-line logger.info call (ruff-format)
antonkri
authored and
MaximilianSoerenPollak
committed
8b75c1a
View commit details
Copy full SHA for 8b75c1a
Browse repository at this point
docs(module-verification-report): document docs_and_test macro
antonkri
authored and
MaximilianSoerenPollak
committed
dc97b63
View commit details
Copy full SHA for dc97b63
Browse repository at this point
fix(module-verification-report): omit zero-coverage rows; add -- separator for negative bazel targets
Show description for 05856fa
antonkri
authored and
MaximilianSoerenPollak
committed
05856fa
View commit details
Copy full SHA for 05856fa
Browse repository at this point
refactor: split docs_and_test macro out into #759
Show description for 41bcf53
antonkri
authored and
MaximilianSoerenPollak
committed
41bcf53
View commit details
Copy full SHA for 41bcf53
Browse repository at this point
refactor: remove testcase result annotation, now covered by #739
Show description for 4666ce2
antonkri
authored and
MaximilianSoerenPollak
committed
4666ce2
View commit details
Copy full SHA for 4666ce2
Browse repository at this point
WIP: Graph checks introduces & covers => features & components
MaximilianSoerenPollak
committed
ef19a7d
View commit details
Copy full SHA for ef19a7d
Browse repository at this point
WIP: testing implementation of template
MaximilianSoerenPollak
committed
5a4467e
View commit details
Copy full SHA for 5a4467e
Browse repository at this point
WIP: templates working & some simplification
MaximilianSoerenPollak
committed
1bf4e92
View commit details
Copy full SHA for 1bf4e92
Browse repository at this point
Simplification
Show description for 3d09fb5
MaximilianSoerenPollak
committed
3d09fb5
View commit details
Copy full SHA for 3d09fb5
Browse repository at this point
fix: template => post_template
Show description for ff524ce
MaximilianSoerenPollak
committed
ff524ce
View commit details
Copy full SHA for ff524ce
Browse repository at this point
You can’t perform that action at this time.