3 Commits

Author SHA1 Message Date
Junya Morioka b91aca1d4a refactor: move coverage badges to header section
- Move coverage badges below Downloads/Search Page badges
- Split COVERAGE markers into COVERAGE_BADGE and COVERAGE_TABLE
- Update update_readme_coverage.py to handle separate badge and table sections
2026-02-02 12:55:55 +09:00
Junya Morioka ae8dcf2157 refactor: move coverage to Packages subsection and remove excluded column
Move coverage section under ## Packages as ### Coverage subsection.
Remove the Excluded column from the coverage table for simplicity.
2026-01-28 18:35:55 +09:00
Junya Morioka cd2eb27fd6 feat: add package coverage badges and table to README
Add update_readme_coverage.py script that calculates per-platform
package coverage using check_missing_packages.py logic and updates
README.md with shields.io badges and a summary table. Integrate
the script into both the daily stats workflow and the build workflow.
2026-01-28 18:31:26 +09:00