Conversation
a5b7ed5 to
24e9f42
Compare
Codecov Report
@@ Coverage Diff @@
## master #37 +/- ##
=========================================
Coverage ? 81.74%
Complexity ? 1820
=========================================
Files ? 159
Lines ? 6627
Branches ? 870
=========================================
Hits ? 5417
Misses ? 885
Partials ? 325
Continue to review full report at Codecov.
|
24e9f42 to
7ee56f4
Compare
8a2b67b to
03cfc24
Compare
- Option to add GoogleJsonError as default response body - Option to add GoogleJsonError for specific error code when a method throws a well-known subclass of ServiceException - Option to extract common parameters at path level - Option to extract named parameters at spec level - Provide a way to customize title and description in info section - These new options are unit tested, but not exposed yet - Update UNSUPPORTED_FEATURES
03cfc24 to
f1ad73b
Compare
f1ad73b to
b3347bb
Compare
RaHery
approved these changes
Aug 21, 2019
RaHery
left a comment
There was a problem hiding this comment.
Reviewed 32 of 33 files at r1, 11 of 32 files at r2.
Reviewable status: 19 of 25 files reviewed, all discussions resolved (waiting on @RaHery)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add new options for Swagger spec generation
These changes are grouped as they touch the same code, and would require multiple conflicting merges if handled separately.