Skip to content

fix(metrics/loc): six LOC fixes from the 2026-09-10 residue - #1446

Merged
dekobon merged 12 commits into
mainfrom
fix/batch-2026-09-12
Sep 13, 2026
Merged

dekobon merged 12 commits into
mainfrom
fix/batch-2026-09-12

fix: address the PR #1446 review findings

d4479cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 13, 2026 in 0s

97.98% (+0.00%) compared to 25a822a

View this Pull Request on Codecov

97.98% (+0.00%) compared to 25a822a

Details

Codecov Report

❌ Patch coverage is 97.28155% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.98%. Comparing base (25a822a) to head (d4479cd).

Files with missing lines Patch % Lines
src/metrics/loc.rs 96.42% 9 Missing ⚠️
big-code-analysis-ast/src/checker.rs 95.49% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             main    #1446    +/-   ##
========================================
  Coverage   97.97%   97.98%            
========================================
  Files         359      359            
  Lines       92992    93425   +433     
  Branches    92561    92994   +433     
========================================
+ Hits        91113    91542   +429     
- Misses       1211     1216     +5     
+ Partials      668      667     -1     
Files with missing lines Coverage Δ
big-code-analysis-ast/src/checker/rust.rs 93.75% <100.00%> (+0.89%) ⬆️
big-code-analysis-ast/src/node.rs 98.25% <100.00%> (+<0.01%) ⬆️
src/metrics/loc/bash.rs 100.00% <100.00%> (ø)
src/metrics/loc/c.rs 100.00% <100.00%> (ø)
src/metrics/loc/cpp.rs 100.00% <100.00%> (ø)
src/metrics/loc/csharp.rs 98.63% <100.00%> (+2.47%) ⬆️
src/metrics/loc/line_set.rs 100.00% <100.00%> (ø)
src/metrics/loc/mozcpp.rs 96.66% <100.00%> (-0.11%) ⬇️
src/metrics/loc/objc.rs 100.00% <100.00%> (ø)
src/metrics/loc/python.rs 97.67% <100.00%> (+0.90%) ⬆️
... and 4 more

... and 3 files with indirect coverage changes

🚀 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.