-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Parse depth #766
Parse depth #766
Conversation
Codecov Report
@@ Coverage Diff @@
## master #766 +/- ##
==========================================
- Coverage 82.21% 82.10% -0.11%
==========================================
Files 8 8
Lines 1737 1738 +1
==========================================
- Hits 1428 1427 -1
- Misses 192 193 +1
- Partials 117 118 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@sdghchj I would consider drop code coverage checks if needs so that you can merge PR. |
Usage: "Generate timestamp at the top of docs.go, true by default", | ||
}, | ||
&cli.IntFlag{ | ||
Name: parseDepthFlag, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@necryin could you help pull a new PR to update https://github.com/swaggo/swag#swag-cli as well ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
That would be nice |
add parseDepth flag for speed up generate
on my laptop right parseDepth flag give ~x3 speed up (1m -> 23sec)