-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix(oas): improve consumes/produces
configuration handling
#211
fix(oas): improve consumes/produces
configuration handling
#211
Conversation
Code Climate has analyzed commit 29d656e and detected 6 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 96.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 91.8% (0.0% change). View more on Code Climate. |
1041454
to
6bd7082
Compare
packages/oas/src/converter/parts/headers/Oas2HeadersConveter.ts
Outdated
Show resolved
Hide resolved
packages/oas/tests/fixtures/missing-security.swagger.result.json
Outdated
Show resolved
Hide resolved
b17bb25
to
2dedf06
Compare
Pull request was converted to draft
766f309
to
efa283e
Compare
efa283e
to
f9592b5
Compare
application/json
when consumes
media-type configuration missingconsumes/produces
configuration missing
consumes/produces
configuration missingconsumes/produces
configuration handling
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.
thanks, looks good, please consider following improvement in addition to commented in code:
- please add explicit root level
consumes
fixture - please add fixtures for
produces
cases (root-level, operation-level, overriding)
936fb2e
to
02a75e3
Compare
02a75e3
to
29d656e
Compare
closes #210