Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whole module imports #4767

Merged
merged 1 commit into from
Dec 16, 2024

Whole module imports

2f6c7b4
Select commit
Loading
Failed to load commit list.
Merged

Whole module imports #4767

Whole module imports
2f6c7b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

86.06% (+0.07%) compared to 1d39983

View this Pull Request on Codecov

86.06% (+0.07%) compared to 1d39983

Details

Codecov Report

Attention: Patch coverage is 93.60000% with 24 lines in your changes missing coverage. Please review.

Project coverage is 86.06%. Comparing base (1d39983) to head (2f6c7b4).

Files with missing lines Patch % Lines
src/wasm-lib/kcl/src/execution/mod.rs 94.80% 12 Missing ⚠️
src/wasm-lib/kcl/src/parsing/ast/types/mod.rs 16.66% 5 Missing ⚠️
src/wasm-lib/kcl/src/execution/kcl_value.rs 0.00% 4 Missing ⚠️
src/wasm-lib/kcl-test-server/src/lib.rs 0.00% 1 Missing ⚠️
src/wasm-lib/kcl/src/execution/exec_ast.rs 98.21% 1 Missing ⚠️
src/wasm-lib/kcl/src/std/args.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4767      +/-   ##
==========================================
+ Coverage   85.99%   86.06%   +0.07%     
==========================================
  Files          85       85              
  Lines       30233    30394     +161     
==========================================
+ Hits        26000    26160     +160     
- Misses       4233     4234       +1     

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