Skip to content

fix(server): satisfy clippy on test-only locking and module order

ecae6d8
Select commit
Loading
Failed to load commit list.
Merged

Feat/render chain v1 #261

fix(server): satisfy clippy on test-only locking and module order
ecae6d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 22, 2026 in 0s

59.45% (+0.34%) compared to 1410d08

View this Pull Request on Codecov

59.45% (+0.34%) compared to 1410d08

Details

Codecov Report

❌ Patch coverage is 64.26584% with 1156 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.45%. Comparing base (1410d08) to head (ecae6d8).

Files with missing lines Patch % Lines
crates/mold-cli/src/commands/chain.rs 27.37% 260 Missing ⚠️
crates/mold-server/src/routes.rs 11.44% 209 Missing ⚠️
crates/mold-server/src/routes_chain.rs 69.55% 144 Missing ⚠️
crates/mold-cli/src/commands/generate.rs 0.00% 89 Missing ⚠️
crates/mold-inference/src/ltx2/pipeline.rs 41.98% 76 Missing ⚠️
crates/mold-inference/src/ltx2/runtime.rs 69.60% 69 Missing ⚠️
crates/mold-server/src/lib.rs 0.00% 57 Missing ⚠️
crates/mold-server/src/queue.rs 72.06% 50 Missing ⚠️
crates/mold-server/src/resources.rs 16.00% 42 Missing ⚠️
crates/mold-core/src/client.rs 73.72% 31 Missing ⚠️
... and 15 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #261      +/-   ##
==========================================
+ Coverage   59.11%   59.45%   +0.34%     
==========================================
  Files         189      193       +4     
  Lines       89525    92582    +3057     
==========================================
+ Hits        52921    55046    +2125     
- Misses      36604    37536     +932     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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