Conversation
Owner
7a6163
commented
Mar 11, 2026
- Change collect_excluded_files to return HashSet for O(1) exclusion lookups instead of O(n) Vec::contains
- Use saturating_sub in print_fix_statistics to prevent potential arithmetic underflow
- Add 216 new tests (184 unit + 6 integration + 26 existing) covering all modules: offense, output, file_traverser, config, comment_directives, analyzer, fix, ast_helpers, and all scanners
- Add module_eval heredoc fixture test
- Add CLI integration tests for --fix, --format, and config loading
- Coverage: 61.87% → 93.10% (1106/1188 lines)
- Change collect_excluded_files to return HashSet<PathBuf> for O(1) exclusion lookups instead of O(n) Vec::contains - Use saturating_sub in print_fix_statistics to prevent potential arithmetic underflow - Add 216 new tests (184 unit + 6 integration + 26 existing) covering all modules: offense, output, file_traverser, config, comment_directives, analyzer, fix, ast_helpers, and all scanners - Add module_eval heredoc fixture test - Add CLI integration tests for --fix, --format, and config loading - Coverage: 61.87% → 93.10% (1106/1188 lines)
Codecov Report❌ Patch coverage is
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
- Upgrade actions/checkout v4 → v5 - Upgrade actions/upload-artifact v4 → v5 - Upgrade actions/download-artifact v4 → v5 - Upgrade docker/setup-qemu-action v3 → v4 - Upgrade docker/setup-buildx-action v3 → v4 - Upgrade docker/login-action v3 → v4 - Upgrade docker/metadata-action v5 → v6 - Upgrade docker/build-push-action v6 → v7 - Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 env for remaining v2 actions - Apply cargo fmt formatting fixes
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.