-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add Jedis-5.0.0 Instrumentation Module #1969
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1969 +/- ##
============================================
- Coverage 70.67% 70.61% -0.06%
- Complexity 9861 9873 +12
============================================
Files 826 829 +3
Lines 39792 39914 +122
Branches 6061 6077 +16
============================================
+ Hits 28124 28187 +63
- Misses 8946 8998 +52
- Partials 2722 2729 +7 ☔ View full report in Codecov by Sentry. |
} | ||
|
||
verifyInstrumentation { | ||
passes 'redis.clients:jedis:[5.0.0,6.0.0)' |
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.
why not use
passesOnly 'redis.clients:jedis:[5.0.0,)
If it works for 6.0.0, then we won't have to change this. If it doesn't, the verify instrumentation will tell us about it.
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.
updated!
Resolves Issue #1475