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

issue 650: fix integer bug in response; support multi fields overriding. #655

Merged
merged 3 commits into from Apr 4, 2020
Merged

Conversation

sdghchj
Copy link
Member

@sdghchj sdghchj commented Mar 29, 2020

Describe the PR
fix bug: int,int32,int64, etc. are not replaced with integer in output docs, PR by #651
feature: support multiple fields overriding.
fix #657

Relation issue
#650
#651
#657

@sdghchj
Copy link
Member Author

sdghchj commented Mar 30, 2020

@easonlin404 what's wrong with travis-ci?

@codecov-io
Copy link

codecov-io commented Mar 30, 2020

Codecov Report

Merging #655 into master will decrease coverage by 0.05%.
The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #655      +/-   ##
==========================================
- Coverage   85.03%   84.98%   -0.06%     
==========================================
  Files           7        7              
  Lines        1798     1805       +7     
==========================================
+ Hits         1529     1534       +5     
- Misses        171      172       +1     
- Partials       98       99       +1     
Impacted Files Coverage Δ
parser.go 79.75% <33.33%> (-0.17%) ⬇️
operation.go 89.31% <94.59%> (+0.09%) ⬆️

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 8e21f4c...9d9a5bc. Read the comment docs.

@easonlin404
Copy link
Member

@easonlin404 what's wrong with travis-ci?

Let me check it.

@easonlin404
Copy link
Member

easonlin404 commented Apr 3, 2020

Have a manual rebuild it.

Copy link
Member

@easonlin404 easonlin404 left a comment

Choose a reason for hiding this comment

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

LGTM

@easonlin404 easonlin404 merged commit 3b82b47 into swaggo:master Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swag init can't parse struct but no error message
3 participants