-
Notifications
You must be signed in to change notification settings - Fork 8k
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 default argusedtokens #460
fix default argusedtokens #460
Conversation
Codecov Report
@@ Coverage Diff @@
## master #460 +/- ##
============================================
+ Coverage 37.66% 40.79% +3.12%
- Complexity 983 1097 +114
============================================
Files 235 236 +1
Lines 7429 7570 +141
Branches 1017 1050 +33
============================================
+ Hits 2798 3088 +290
+ Misses 4271 4083 -188
- Partials 360 399 +39
Continue to review full report at Codecov.
|
sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/RuleConstant.java
Outdated
Show resolved
Hide resolved
fix is done |
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.
LGTM
Thanks for contributing! |
Describe what this PR does / why we need it
fix default value (-1 -> 0) of arg_used_tokens
Does this pull request fix one issue?
Fixes #459
Describe how you did it
fix default value -1 to 0
Describe how to verify it
CI
Special notes for reviews