Closed dikhan closed 3 years ago
Merging #275 (3d2b872) into master (5d335a8) will increase coverage by
1.08%
. The diff coverage is85.41%
.
@@ Coverage Diff @@
## master #275 +/- ##
==========================================
+ Coverage 90.97% 92.05% +1.08%
==========================================
Files 61 60 -1
Lines 3091 3021 -70
==========================================
- Hits 2812 2781 -31
+ Misses 184 155 -29
+ Partials 95 85 -10
Impacted Files | Coverage Δ | |
---|---|---|
openapi/data_source_factory.go | 97.97% <ø> (ø) |
|
openapi/data_source_instance_factory.go | 100.00% <ø> (ø) |
|
openapi/openapi_client.go | 84.54% <ø> (ø) |
|
openapi/openapi_spec_header.go | 100.00% <ø> (ø) |
|
openapi/openapi_spec_resource_schema_definition.go | 97.36% <ø> (ø) |
|
.../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.21% <ø> (ø) |
|
... and 23 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 5d335a8...3d2b872. Read the comment docs.
PR created as an attempt to trigger again travis and get build confirmation...Closing in favour of duplicated PR: https://github.com/dikhan/terraform-provider-openapi/pull/274
What problem does this Pull Request solve?
Please link to the issue number here (issue will be closed when PR is merged): Closes #268
Terraform Plugin SDK v2 Upgrade checklist:
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:make test-all
[FeatureRequest: Issue #X] <PR Title>
[BugFix: Issue #X] <PR Title>
[TechDebt: Issue #X] <PR Title>
[NewRelease] vX.Y.Z
Checklist for Admins