Skip to content

Move caching logic to inside execution

Codecov / codecov/project succeeded Jan 30, 2025 in 0s

86.02% (+0.07%) compared to 1e56537

View this Pull Request on Codecov

86.02% (+0.07%) compared to 1e56537

Details

Codecov Report

Attention: Patch coverage is 85.11364% with 262 lines in your changes missing coverage. Please review.

Project coverage is 86.02%. Comparing base (1e56537) to head (c59c304).

Files with missing lines Patch % Lines
src/wasm-lib/kcl/src/execution/geometry.rs 73.38% 107 Missing ⚠️
src/wasm-lib/kcl/src/execution/exec_ast.rs 86.89% 84 Missing ⚠️
src/wasm-lib/kcl/src/engine/mod.rs 57.14% 24 Missing ⚠️
src/wasm-lib/kcl/src/execution/state.rs 87.42% 20 Missing ⚠️
src/wasm-lib/kcl/src/execution/memory.rs 90.40% 12 Missing ⚠️
src/wasm-lib/kcl-test-server/src/lib.rs 0.00% 9 Missing ⚠️
src/wasm-lib/kcl/src/execution/cache.rs 98.24% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5162      +/-   ##
==========================================
+ Coverage   85.95%   86.02%   +0.07%     
==========================================
  Files          90       92       +2     
  Lines       32715    32716       +1     
==========================================
+ Hits        28121    28145      +24     
+ Misses       4594     4571      -23     

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