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

feat: Parameter transformation #587

Merged
merged 38 commits into from
Feb 20, 2024

Merge branch 'main' into feat/apply

3e4af7d
Select commit
Loading
Failed to load commit list.
Merged

feat: Parameter transformation #587

Merge branch 'main' into feat/apply
3e4af7d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 19, 2024 in 0s

73.91% (+0.02%) compared to 4a6b256

View this Pull Request on Codecov

73.91% (+0.02%) compared to 4a6b256

Details

Codecov Report

Attention: 107 lines in your changes are missing coverage. Please review.

Comparison is base (4a6b256) 73.89% compared to head (3e4af7d) 73.91%.

Files Patch % Lines
...pegate/src/engine/planner/parameter_transformer.ts 78.19% 46 Missing ⚠️
.../engine/typecheck/inline_validators/constraints.ts 36.36% 21 Missing ⚠️
...e/src/engine/typecheck/inline_validators/string.ts 65.90% 15 Missing ⚠️
...e/src/engine/typecheck/inline_validators/number.ts 52.17% 11 Missing ⚠️
.../src/engine/typecheck/inline_validators/boolean.ts 27.27% 8 Missing ⚠️
...e/src/engine/typecheck/inline_validators/object.ts 93.33% 3 Missing ⚠️
...ate/src/engine/typecheck/inline_validators/list.ts 92.59% 2 Missing ⚠️
typegate/src/engine/planner/mod.ts 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #587      +/-   ##
==========================================
+ Coverage   73.89%   73.91%   +0.02%     
==========================================
  Files         102      110       +8     
  Lines       11671    12091     +420     
  Branches     1241     1269      +28     
==========================================
+ Hits         8624     8937     +313     
- Misses       3027     3134     +107     
  Partials       20       20              

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