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

fix IneffAssign issues #170

Closed dikhan closed 5 years ago

dikhan commented 5 years ago

Proposed changes

Please add as many details as possible about the change here. Does this Pull Request resolve any open issue? If so, please make sure to link to that issue:

Fixes IneffAssign issues

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:

codecov[bot] commented 5 years ago

Codecov Report

Merging #170 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #170      +/-   ##
=========================================
+ Coverage   88.89%   88.9%   +<.01%     
=========================================
  Files          51      51              
  Lines        3044    3046       +2     
=========================================
+ Hits         2706    2708       +2     
  Misses        218     218              
  Partials      120     120
Impacted Files Coverage Δ
openapi/data_source_factory.go 98.09% <100%> (+0.03%) :arrow_up:
openapi/openapi_spec_resource_schema_definition.go 95.87% <100%> (ø) :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 d177dc6...340f389. Read the comment docs.