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

💬 Overrides InterceptorState.toString() #2247

Merged
merged 3 commits into from
Jun 15, 2024

Conversation

AlexV525
Copy link
Member

Resolves #2226

New Pull Request Checklist

  • I have read the Documentation
  • I have searched for a similar pull request in the project and found none
  • I have updated this branch with the latest main branch to avoid conflicts (via merge from master or rebase)
  • I have added the required tests to prove the fix/feature I'm adding
  • I have updated the documentation (if necessary)
  • I have run the tests without failures
  • I have updated the CHANGELOG.md in the corresponding package

@AlexV525 AlexV525 requested a review from a team as a code owner June 15, 2024 04:59
Copy link
Contributor

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
dio/lib/src/dio_exception.dart 🟠 71.93% 🟢 92.98% 🟢 21.05%
dio/lib/src/interceptor.dart 🟢 97.58% 🟢 97.62% 🟢 0.04%
Overall Coverage 🟢 81.28% 🟢 82.06% 🟢 0.78%

Minimum allowed coverage is 0%, this run produced 82.06%

Copy link
Contributor

@ueman ueman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AlexV525 AlexV525 merged commit b87a3b0 into main Jun 15, 2024
3 checks passed
@AlexV525 AlexV525 deleted the feat/interceptor-state-tostring branch June 15, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Proposal] Improve toString() of InterceptorState
2 participants