-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Introduce base class for predicates #1094
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1094 +/- ##
==========================================
+ Coverage 75.04% 75.73% +0.69%
==========================================
Files 173 178 +5
Lines 4243 4365 +122
Branches 790 808 +18
==========================================
+ Hits 3184 3306 +122
Misses 854 854
Partials 205 205
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
983cee0
to
97bcd22
Compare
The issue or feature being addressed
#1067
Details on the issue fix or feature implementation
Contributes to #1093
Usage:
Derive from the base class:
And call the methods on
ShouldRetryPredicate
:Confirm the following