Skip to content
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

Extend operation info #97

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Extend operation info #97

merged 1 commit into from
Mar 1, 2024

Conversation

vearutop
Copy link
Member

@vearutop vearutop commented Mar 1, 2024

No description provided.

Copy link

github-actions bot commented Mar 1, 2024

Lines Of Code

Language Files Lines Code Comments Blanks Complexity Bytes
Go 21 3947 (+74) 2945 (+56) 214 (+1) 788 (+17) 800 (+16) 90.8K (+1.2K)

Copy link

github-actions bot commented Mar 1, 2024

Go API Changes

# github.com/swaggest/openapi-go
## incompatible changes
OperationInfoReader.Description: added
OperationInfoReader.ID: added
OperationInfoReader.IsDeprecated: added
OperationInfoReader.Summary: added
OperationInfoReader.Tags: added
## compatible changes
OperationInfoReader: added

# summary
Inferred base version: v0.2.45
Suggested version: v0.3.0

Copy link

github-actions bot commented Mar 1, 2024

Unit Test Coverage

total: (statements) 42.0%
changed lines: (statements) 0.0%, coverage is less than 90.0%, consider testing the changes more thoroughly

Coverage of changed lines
File Function Coverage
Total 0.0%
openapi3/reflect.go 0.0%
openapi3/reflect.go:131 Tags 0.0%
openapi3/reflect.go:139 IsDeprecated 0.0%
openapi3/reflect.go:147 Summary 0.0%
openapi3/reflect.go:159 Description 0.0%
openapi3/reflect.go:171 ID 0.0%
openapi31/reflect.go 0.0%
openapi31/reflect.go:139 Tags 0.0%
openapi31/reflect.go:147 IsDeprecated 0.0%
openapi31/reflect.go:155 Summary 0.0%
openapi31/reflect.go:167 Description 0.0%
openapi31/reflect.go:179 ID 0.0%
Coverage diff with base branch
File Function Base Coverage Current Coverage
Total 42.1% 42.0% (-0.1%)
openapi3/reflect.go Description no function 0.0%
openapi3/reflect.go ID no function 0.0%
openapi3/reflect.go IsDeprecated no function 0.0%
openapi3/reflect.go Summary no function 0.0%
openapi3/reflect.go Tags no function 0.0%
openapi31/reflect.go Description no function 0.0%
openapi31/reflect.go ID no function 0.0%
openapi31/reflect.go IsDeprecated no function 0.0%
openapi31/reflect.go Summary no function 0.0%
openapi31/reflect.go Tags no function 0.0%

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

Attention: Patch coverage is 0% with 22 lines in your changes are missing coverage. Please review.

Project coverage is 36.84%. Comparing base (ee06401) to head (75a72c8).

Files Patch % Lines
openapi3/reflect.go 0.00% 11 Missing ⚠️
openapi31/reflect.go 0.00% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
- Coverage   36.97%   36.84%   -0.13%     
==========================================
  Files          14       14              
  Lines        6421     6443      +22     
==========================================
  Hits         2374     2374              
- Misses       3622     3644      +22     
  Partials      425      425              
Flag Coverage Δ
unittests 36.84% <0.00%> (-0.13%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vearutop vearutop merged commit 2112af7 into master Mar 1, 2024
6 of 8 checks passed
@vearutop vearutop deleted the extend-operation-info branch March 1, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant