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

[BugFix: Issue #283] Add support for PUT operations that return 204 No Content #284

Closed dikhan closed 3 years ago

dikhan commented 3 years ago

What problem does this Pull Request solve?

Please link to the issue number here (issue will be closed when PR is merged): Closes #283

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 3 years ago

Codecov Report

Merging #284 (610996a) into master (c1b13f5) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #284      +/-   ##
==========================================
+ Coverage   92.05%   92.13%   +0.08%     
==========================================
  Files          60       60              
  Lines        3057     3065       +8     
==========================================
+ Hits         2814     2824      +10     
+ Misses        164      163       -1     
+ Partials       79       78       -1     
Impacted Files Coverage Δ
openapi/common.go 89.47% <100.00%> (+1.39%) :arrow_up:
openapi/openapi_client.go 84.54% <100.00%> (ø)
openapi/resource_factory.go 98.01% <100.00%> (+0.04%) :arrow_up:

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 c1b13f5...610996a. Read the comment docs.