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

Allows to define empty response body for any status code #440

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

joaopedrocampos
Copy link
Contributor

Checklist

Related issue: #434

OpenAPI generated schema

openapi: 3.0.3
info:
  version: 4.8.2
  title: fastify-swagger
components:
  schemas: {}
paths:
  /:
    get:
      responses:
        '204':
          description: No Content
        '503':
          description: Service Unavailable

Swagger generated schema

swagger: '2.0'
info:
  version: 4.8.2
  title: fastify-swagger
definitions: {}
paths:
  /:
    get:
      responses:
        '204':
          description: No Content
        '503':
          description: Service Unavailable

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1017356547

  • 0 of 2 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 1007475177: 0.0%
Covered Lines: 539
Relevant Lines: 539

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jul 10, 2021

Pull Request Test Coverage Report for Build 1017356547

  • 2 of 2 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 1007475177: 0.0%
Covered Lines: 539
Relevant Lines: 539

💛 - Coveralls

Copy link
Member

@climba03003 climba03003 left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

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.

None yet

4 participants