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

Don't generate docs for nested structs without fields #752

Merged
merged 2 commits into from Jul 12, 2020
Merged

Don't generate docs for nested structs without fields #752

merged 2 commits into from Jul 12, 2020

Conversation

ShoshinNikita
Copy link
Contributor

Related issue: close #751

@codecov
Copy link

codecov bot commented Jul 12, 2020

Codecov Report

Merging #752 into master will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #752      +/-   ##
==========================================
+ Coverage   80.67%   80.76%   +0.08%     
==========================================
  Files           8        8              
  Lines        1708     1710       +2     
==========================================
+ Hits         1378     1381       +3     
  Misses        211      211              
+ Partials      119      118       -1     
Impacted Files Coverage Δ
parser.go 75.84% <100.00%> (+0.17%) ⬆️

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 a72dff0...1cddb0b. Read the comment docs.

Copy link
Member

@sdghchj sdghchj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sdghchj sdghchj merged commit cbfd47b into swaggo:master Jul 12, 2020
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.

Swag generates docs for nested structs without fields
2 participants