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

Feature/openapi rate limit function #5267

Merged

refactor(ConsumerService): Optimize the implementation of getRateLimi…

ddfd8b3
Select commit
Loading
Failed to load commit list.
Merged

Feature/openapi rate limit function #5267

refactor(ConsumerService): Optimize the implementation of getRateLimi…
ddfd8b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2024 in 0s

51.35% (+0.15%) compared to d886164

View this Pull Request on Codecov

51.35% (+0.15%) compared to d886164

Details

Codecov Report

Attention: Patch coverage is 61.53846% with 25 lines in your changes missing coverage. Please review.

Project coverage is 51.35%. Comparing base (d886164) to head (ddfd8b3).
Report is 9 commits behind head on master.

Files with missing lines Patch % Lines
...mework/apollo/openapi/service/ConsumerService.java 57.14% 8 Missing and 1 partial ⚠️
...o/openapi/filter/ConsumerAuthenticationFilter.java 69.56% 6 Missing and 1 partial ⚠️
...k/apollo/portal/controller/ConsumerController.java 33.33% 3 Missing and 1 partial ⚠️
...al/entity/vo/consumer/ConsumerCreateRequestVO.java 66.66% 2 Missing ⚠️
...k/apollo/common/exception/BadRequestException.java 0.00% 1 Missing ⚠️
...framework/apollo/openapi/entity/ConsumerToken.java 75.00% 1 Missing ⚠️
...apollo/portal/entity/vo/consumer/ConsumerInfo.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5267      +/-   ##
============================================
+ Coverage     51.20%   51.35%   +0.15%     
- Complexity     2097     2127      +30     
============================================
  Files           393      393              
  Lines         12438    12506      +68     
  Branches       1229     1238       +9     
============================================
+ Hits           6369     6423      +54     
- Misses         5681     5692      +11     
- Partials        388      391       +3     

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