-
Notifications
You must be signed in to change notification settings - Fork 130
feat: interceptor warning already signed out #821
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #821 +/- ##
=========================================
Coverage 88.50% 88.51%
Complexity 787 787
=========================================
Files 174 174
Lines 7203 7207 +4
Branches 405 405
=========================================
+ Hits 6375 6379 +4
Misses 697 697
Partials 131 131 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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! 👍
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.
Tests pass locally. Makes sense.
Closes Issue
Proposed Changes
_ Prevent duplicate interceptors in the OkHttpBuilder
Checklist
mvn test
completes successfully