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

Internal packages parsing support with a flag #509

Merged
merged 4 commits into from
May 29, 2020

Conversation

greenpart
Copy link
Contributor

Describe the PR
Add --parseInternal flag to parse internal packages.

Related issue
#508

Additional context

@codecov-io
Copy link

codecov-io commented Sep 4, 2019

Codecov Report

Merging #509 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #509      +/-   ##
=========================================
+ Coverage   86.78%   86.8%   +0.02%     
=========================================
  Files           7       7              
  Lines        1536    1539       +3     
=========================================
+ Hits         1333    1336       +3     
  Misses        119     119              
  Partials       84      84
Impacted Files Coverage Δ
parser.go 82.14% <100%> (+0.04%) ⬆️
gen/gen.go 89.74% <100%> (+0.08%) ⬆️

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 d74ed70...9307fce. Read the comment docs.

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.

@codecov-commenter
Copy link

codecov-commenter commented May 29, 2020

Codecov Report

Merging #509 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #509      +/-   ##
==========================================
+ Coverage   84.85%   84.88%   +0.02%     
==========================================
  Files           7        7              
  Lines        1869     1872       +3     
==========================================
+ Hits         1586     1589       +3     
  Misses        177      177              
  Partials      106      106              
Impacted Files Coverage Δ
gen/gen.go 96.87% <100.00%> (+0.02%) ⬆️
parser.go 80.42% <100.00%> (+0.03%) ⬆️

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 c7982e6...d4a9b4b. Read the comment docs.

@sdghchj sdghchj merged commit 80a9996 into swaggo:master May 29, 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.

6 participants