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

Detailed TF schema dump #2125

Closed
wants to merge 12 commits into from

add data sources and provider shcema

7eb64d8
Select commit
Loading
Failed to load commit list.
Closed

Detailed TF schema dump #2125

add data sources and provider shcema
7eb64d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 26, 2024 in 0s

60.63% (-0.07%) compared to 0b6ff1b

View this Pull Request on Codecov

60.63% (-0.07%) compared to 0b6ff1b

Details

Codecov Report

Attention: Patch coverage is 59.52381% with 51 lines in your changes missing coverage. Please review.

Project coverage is 60.63%. Comparing base (0b6ff1b) to head (7eb64d8).
Report is 5 commits behind head on master.

Files Patch % Lines
pf/tfbridge/main.go 0.00% 16 Missing ⚠️
pf/internal/muxer/muxer.go 0.00% 10 Missing ⚠️
pkg/tfshim/sdk-v2/provider.go 92.59% 6 Missing ⚠️
pkg/tfbridge/main.go 0.00% 5 Missing ⚠️
pf/internal/schemashim/provider.go 0.00% 2 Missing ⚠️
pf/proto/protov6.go 0.00% 2 Missing ⚠️
pkg/tfshim/schema/provider.go 0.00% 2 Missing ⚠️
pkg/tfshim/sdk-v1/provider.go 0.00% 2 Missing ⚠️
pkg/tfshim/tfplugin5/provider.go 0.00% 2 Missing ⚠️
pkg/tfshim/util/filter.go 0.00% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2125      +/-   ##
==========================================
- Coverage   60.70%   60.63%   -0.07%     
==========================================
  Files         350      350              
  Lines       45735    45919     +184     
==========================================
+ Hits        27763    27843      +80     
- Misses      16454    16544      +90     
- Partials     1518     1532      +14     

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