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

feat: sentinel plugin #740

Merged
merged 20 commits into from
Oct 21, 2024

Merge branch 'main' into feat/sentinel-plugin

f7a93c0
Select commit
Loading
Failed to load commit list.
Merged

feat: sentinel plugin #740

Merge branch 'main' into feat/sentinel-plugin
f7a93c0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2024 in 0s

87.40% (target 80.00%)

View this Pull Request on Codecov

87.40% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 79.64602% with 69 lines in your changes missing coverage. Please review.

Project coverage is 87.40%. Comparing base (f4b50ca) to head (f7a93c0).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
types/plugins/sentinel/config.go 74.69% 14 Missing and 7 partials ⚠️
plugins/plugins/sentinel/config.go 71.69% 10 Missing and 5 partials ⚠️
plugins/plugins/sentinel/filter.go 89.88% 6 Missing and 3 partials ⚠️
plugins/plugins/sentinel/rules/circuitbreaker.go 81.39% 5 Missing and 3 partials ⚠️
plugins/plugins/sentinel/rules/flow.go 75.75% 5 Missing and 3 partials ⚠️
plugins/plugins/sentinel/rules/hotspot.go 78.94% 5 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #740      +/-   ##
==========================================
- Coverage   87.40%   87.40%   -0.01%     
==========================================
  Files         136      142       +6     
  Lines        8157     8512     +355     
==========================================
+ Hits         7130     7440     +310     
- Misses        803      827      +24     
- Partials      224      245      +21     

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