dikhan / terraform-provider-openapi

OpenAPI Terraform Provider that configures itself at runtime with the resources exposed by the service provider (defined in a swagger file)
Apache License 2.0
275 stars 48 forks source link

Major version update v3 #342

Closed dikhan closed 2 years ago

dikhan commented 2 years ago

What problem does this Pull Request solve?

These PR adds necessary changes to upgrade the repo to major release v3 including:

Type of change

What type of change does your code introduce to the provider? Please put an x (w/o heading/trailing white spaces) in the boxes that apply:

Checklist

Please put an x (w/o heading/trailing white spaces) in the boxes that apply:

Checklist for Admins

codecov[bot] commented 2 years ago

Codecov Report

Merging #342 (c03dadb) into master (eca9bbd) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #342   +/-   ##
=======================================
  Coverage   93.66%   93.66%           
=======================================
  Files          60       60           
  Lines        3584     3584           
=======================================
  Hits         3357     3357           
  Misses        160      160           
  Partials       67       67           
Impacted Files Coverage Δ
main.go 34.78% <ø> (ø)
openapi/common.go 90.80% <ø> (ø)
openapi/openapi_client.go 86.29% <ø> (ø)
openapi/openapi_spec_header.go 100.00% <ø> (ø)
...penapi_spec_resource_schema_definition_property.go 100.00% <ø> (ø)
.../openapi_spec_security_definition_apikey_header.go 100.00% <ø> (ø)
...i_spec_security_definition_apikey_header_bearer.go 100.00% <ø> (ø)
...i/openapi_spec_security_definition_apikey_query.go 100.00% <ø> (ø)
...pi_spec_security_definition_apikey_query_bearer.go 100.00% <ø> (ø)
...i_spec_security_definition_apikey_refresh_token.go 84.61% <ø> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eca9bbd...c03dadb. Read the comment docs.