-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add security examples #29
Conversation
Lines Of Code
|
Go API Changes# summary Inferred base version: v0.2.13 Suggested version: v0.3.0 |
Unit Test Coveragetotal: (statements) 46.2% Coverage diff with base branch394c394
< github.com/swaggest/openapi-go/openapi3/entities.go SecuritySchemesEns 0.0%
---
> github.com/swaggest/openapi-go/openapi3/entities.go SecuritySchemesEns 100.0%
429,431c429,431
< github.com/swaggest/openapi-go/openapi3/entities.go WithName 0.0%
< github.com/swaggest/openapi-go/openapi3/entities.go WithIn 0.0%
< github.com/swaggest/openapi-go/openapi3/entities.go WithDescription 0.0%
---
> github.com/swaggest/openapi-go/openapi3/entities.go WithName 100.0%
> github.com/swaggest/openapi-go/openapi3/entities.go WithIn 100.0%
> github.com/swaggest/openapi-go/openapi3/entities.go WithDescription 100.0%
436,438c436,438
< github.com/swaggest/openapi-go/openapi3/entities.go WithScheme 0.0%
< github.com/swaggest/openapi-go/openapi3/entities.go WithBearerFormat 0.0%
< github.com/swaggest/openapi-go/openapi3/entities.go WithDescription 0.0%
---
> github.com/swaggest/openapi-go/openapi3/entities.go WithScheme 100.0%
> github.com/swaggest/openapi-go/openapi3/entities.go WithBearerFormat 100.0%
> github.com/swaggest/openapi-go/openapi3/entities.go WithDescription 100.0%
524c524
< github.com/swaggest/openapi-go/openapi3/entities.go WithMapOfSecuritySchemeOrRefValuesItem 0.0%
---
> github.com/swaggest/openapi-go/openapi3/entities.go WithMapOfSecuritySchemeOrRefValuesItem 100.0%
578c578
< total: (statements) 45.7%
---
> total: (statements) 46.2% |
Codecov Report
@@ Coverage Diff @@
## master #29 +/- ##
==========================================
+ Coverage 37.56% 38.13% +0.56%
==========================================
Files 5 5
Lines 3511 3511
==========================================
+ Hits 1319 1339 +20
+ Misses 1904 1884 -20
Partials 288 288
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Resolves #28.