Skip to content

refactor(diag): unify severity prefixes on one helper per crate - #1217

Merged
dekobon merged 3 commits into
mainfrom
fix/1199-unify-warning-prefixes
Aug 6, 2026
Merged

refactor(diag): unify severity prefixes on one helper per crate#1217
dekobon merged 3 commits into
mainfrom
fix/1199-unify-warning-prefixes

test(diag): cover the three lines the patch left untested

e2f212c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 6, 2026 in 0s

98.33% (+0.01%) compared to 0f1c432

View this Pull Request on Codecov

98.33% (+0.01%) compared to 0f1c432

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.33%. Comparing base (0f1c432) to head (e2f212c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1217      +/-   ##
==========================================
+ Coverage   98.32%   98.33%   +0.01%     
==========================================
  Files         277      278       +1     
  Lines       71955    71979      +24     
  Branches    71525    71549      +24     
==========================================
+ Hits        70747    70779      +32     
+ Misses        796      790       -6     
+ Partials      412      410       -2     
Files with missing lines Coverage Δ
src/concurrent_files.rs 90.15% <100.00%> (+0.07%) ⬆️
src/diag.rs 100.00% <100.00%> (ø)
src/output/code_climate.rs 99.54% <100.00%> (+0.70%) ⬆️
src/output/csv.rs 96.63% <100.00%> (+1.08%) ⬆️
src/output/offenders.rs 100.00% <100.00%> (ø)
src/preproc.rs 93.11% <100.00%> (+0.53%) ⬆️
src/spaces/compute.rs 98.94% <100.00%> (ø)
src/vcs/git/cached.rs 93.29% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.