Add unicode pass/fail icons to markdown rule summary#69
Merged
jesse-black merged 2 commits intomainfrom Apr 5, 2026
Merged
Conversation
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.
Motivation
✅/❌) so CI/PR viewers can scan pass/fail rows more quickly.Description
✅PASSor❌FAILinstead of plainPASS/FAILby updatingsrc/render/markdown.rs.src/render/markdown.rsto expect the❌FAILtext for failing rules and add a new unit test that verifies both✅PASSand❌FAILrows are produced.tests/cli_interface.rsto match the new✅PASSoutput format.Testing
cargo test render::markdown::tests --liband all renderer tests passed (including the newrenders_rule_status_with_unicode_iconstest).cargo xtask validate, which completed successfully after recording a base ref withcargo run --bin covgate -- record-baseto satisfy the validation check-run;validatereported all checks passed.cargo fmtas part of validation and formatting checks passed.Codex Task