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

Number and integer enums #574

Merged
merged 5 commits into from
Dec 17, 2024
Merged

Number and integer enums #574

merged 5 commits into from
Dec 17, 2024

Conversation

andrzejressel
Copy link
Owner

@andrzejressel andrzejressel commented Dec 16, 2024

Closes #572

@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2024

Codecov Report

Attention: Patch coverage is 91.75824% with 15 lines in your changes missing coverage. Please review.

Project coverage is 83.21%. Comparing base (34743cf) to head (de389ea).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
pulumi_wasm_generator_lib/src/schema.rs 84.52% 13 Missing ⚠️
...sm_generator_lib/src/code_generation/yaml/model.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #574      +/-   ##
==========================================
+ Coverage   82.75%   83.21%   +0.46%     
==========================================
  Files          31       31              
  Lines        3629     3794     +165     
==========================================
+ Hits         3003     3157     +154     
- Misses        626      637      +11     

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

@andrzejressel andrzejressel added the ready-to-merge Will be auto-merged by mergify label Dec 17, 2024
@mergify mergify bot merged commit f5a4681 into main Dec 17, 2024
11 checks passed
@mergify mergify bot deleted the number_integer_enums branch December 17, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Will be auto-merged by mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement number/integer enums
2 participants