-
Notifications
You must be signed in to change notification settings - Fork 0
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
String const #571
String const #571
Conversation
providers/pulumi_wasm_provider_typesystem_rust/src/types/union_case_with_const_1.rs
Fixed
Show fixed
Hide fixed
providers/pulumi_wasm_provider_typesystem_rust/src/types/union_case_with_const_2.rs
Fixed
Show fixed
Hide fixed
providers/pulumi_wasm_provider_typesystem_rust/src/types/union_case_with_const_1.rs
Fixed
Show fixed
Hide fixed
providers/pulumi_wasm_provider_typesystem_rust/src/types/union_case_with_const_2.rs
Fixed
Show fixed
Hide fixed
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #571 +/- ##
==========================================
+ Coverage 82.54% 82.75% +0.20%
==========================================
Files 31 31
Lines 3570 3629 +59
==========================================
+ Hits 2947 3003 +56
- Misses 623 626 +3 ☔ View full report in Codecov by Sentry. |
providers/pulumi_wasm_provider_typesystem_rust/src/types/union_case_with_const_1.rs
Fixed
Show fixed
Hide fixed
providers/pulumi_wasm_provider_typesystem_rust/src/types/union_case_with_const_2.rs
Fixed
Show fixed
Hide fixed
use serde::Serialize; | ||
use serde_json::json; | ||
use std::collections::BTreeSet; |
Check warning
Code scanning / clippy
struct Interface is never constructed Warning
Closes #556