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

UoM types in AST, unnamed annotations, and syntax for importing from std #5324

Merged
merged 1 commit into from
Feb 10, 2025

UoM types in AST, unnamed annotations, and syntax for importing from std

db32de1
Select commit
Loading
Failed to load commit list.
Merged

UoM types in AST, unnamed annotations, and syntax for importing from std #5324

UoM types in AST, unnamed annotations, and syntax for importing from std
db32de1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 10, 2025 in 0s

85.89% (-0.15%) compared to 74bdb72

View this Pull Request on Codecov

85.89% (-0.15%) compared to 74bdb72

Details

Codecov Report

Attention: Patch coverage is 63.55685% with 125 lines in your changes missing coverage. Please review.

Project coverage is 85.89%. Comparing base (74bdb72) to head (db32de1).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/wasm-lib/kcl/src/parsing/ast/types/mod.rs 54.44% 41 Missing ⚠️
src/wasm-lib/kcl/src/parsing/parser.rs 66.30% 31 Missing ⚠️
src/wasm-lib/kcl/src/execution/mod.rs 62.50% 21 Missing ⚠️
src/wasm-lib/kcl/src/execution/exec_ast.rs 74.32% 19 Missing ⚠️
src/wasm-lib/kcl/src/parsing/token/mod.rs 0.00% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5324      +/-   ##
==========================================
- Coverage   86.04%   85.89%   -0.15%     
==========================================
  Files          92       92              
  Lines       33261    33456     +195     
==========================================
+ Hits        28620    28738     +118     
- Misses       4641     4718      +77     

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