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

Enable parameterization RPC calls to generate Pulumi schemas #3187

Merged
merged 8 commits into from
Sep 12, 2024

chore: do not expose parameterization surface

39a2826
Select commit
Loading
Failed to load commit list.
Merged

Enable parameterization RPC calls to generate Pulumi schemas #3187

chore: do not expose parameterization surface
39a2826
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 11, 2024 in 1s

38.65% (-0.69%) compared to 730d9d8

View this Pull Request on Codecov

38.65% (-0.69%) compared to 730d9d8

Details

Codecov Report

Attention: Patch coverage is 15.20913% with 223 lines in your changes missing coverage. Please review.

Project coverage is 38.65%. Comparing base (730d9d8) to head (39a2826).

Files with missing lines Patch % Lines
provider/pkg/provider/provider_parameterize.go 3.10% 156 Missing ⚠️
provider/pkg/gen/schema.go 0.00% 30 Missing ⚠️
provider/pkg/gen/typegen.go 0.00% 19 Missing ⚠️
provider/pkg/gen/dotnet.go 0.00% 10 Missing ⚠️
provider/pkg/provider/provider.go 0.00% 7 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3187      +/-   ##
==========================================
- Coverage   39.34%   38.65%   -0.69%     
==========================================
  Files          82       84       +2     
  Lines        9631     9853     +222     
==========================================
+ Hits         3789     3809      +20     
- Misses       5481     5682     +201     
- Partials      361      362       +1     

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