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

fix: swagger @ApiHeader @ApiHeaders only read one header #3126

Merged
merged 2 commits into from Aug 1, 2023

Conversation

czy88840616
Copy link
Member

fix: #3120

@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2023

Codecov Report

Patch coverage: 91.66% and project coverage change: +0.01% 🎉

Comparison is base (433b96e) 81.78% compared to head (627f6a4) 81.79%.
Report is 1 commits behind head on main.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3126      +/-   ##
==========================================
+ Coverage   81.78%   81.79%   +0.01%     
==========================================
  Files         437      437              
  Lines       15918    15920       +2     
  Branches     3769     3772       +3     
==========================================
+ Hits        13018    13022       +4     
+ Misses       2631     2629       -2     
  Partials      269      269              
Files Changed Coverage Δ
packages/swagger/src/swaggerExplorer.ts 78.57% <91.66%> (+0.08%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@czy88840616 czy88840616 changed the title fix: swagger tags fix: swagger @ApiHeader only read one header Aug 1, 2023
@czy88840616 czy88840616 changed the title fix: swagger @ApiHeader only read one header fix: swagger @ApiHeader @ApiHeaders only read one header Aug 1, 2023
@czy88840616 czy88840616 added the pr: bug fix This PR fixes a bug in a past release. label Aug 1, 2023
@czy88840616 czy88840616 merged commit 1ba5c56 into main Aug 1, 2023
7 checks passed
@czy88840616 czy88840616 deleted the fix_swagger_tags branch August 1, 2023 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: bug fix This PR fixes a bug in a past release.
Development

Successfully merging this pull request may close these issues.

swagger的@ApiHeaders装饰器只显示第一个
2 participants