Closes 254 - #260
Merged
Merged
Conversation
Updated CHANGELOG with recent changes including improvements to pre-push tests, CI workflows, accessibility features, and bug fixes. Added details on new scripts for checking broken links and enhancing HTML report tables.
Contributor
|
@propcgamer20-png is attempting to deploy a commit to the yashkewlani2020-gmailcom's projects Team on Vercel. A member of the Team first needs to authorize it. |
yakew7
added a commit
that referenced
this pull request
Aug 14, 2026
Bump the snapshot to cover #256, #258, #259, #260, #261 - five PRs merged since the last update (#238). Corrects ahmdkaml's merged-PR count from 30 to 36 (the previous count undercounted due to gh pr list's default 30-item page limit) and adds their #256/#258/#259 work. Credits evanjain-dot's ruff-linter PR (#261, closes #248) and propcgamer20-png's report.py table-accessibility PR (#260, closes #254), and adds propcgamer20-png to the Profiler - CLI & loaders area row for touching faircode/report.py.
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.
Solved issue - closes #254
The reference-deviation table had cells but no scope="col" or
. The other two tables in faircode/report.py - the main per-column breakdown table and the drift-comparison table - had no header row at all, a bigger gap than the issue described.Added a / row plus a to all three
tables, in both to_html and compare_to_html, with matching th/caption
CSS in each report's embedded stylesheet. Caption text stands on its
own since the report is often shared outside the page it was
generated on (CI output, email, a PR comment).
Verified against real generated reports (faircode profile/compare
--html): all three tables render correctly, HTML parses cleanly.