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

Add support for x-ignore-order #234

Closed dikhan closed 4 years ago

dikhan commented 4 years ago

What problem does this Pull Request solve?

Please link to the issue number here: #233

P.S: Intentionally not making the PR title a feature request as it is not desired for this change to be outlined in the next release change-log.

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

Codecov Report

Merging #234 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   90.77%   90.77%           
=======================================
  Files          56       56           
  Lines        3394     3394           
=======================================
  Hits         3081     3081           
  Misses        206      206           
  Partials      107      107           
Impacted Files Coverage Δ
openapi/openapi_v2_resource.go 93.87% <100.00%> (ø)

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 bbf6e65...097e21b. Read the comment docs.