-
Notifications
You must be signed in to change notification settings - Fork 8
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
MDClient: Keep error and RBAC data when handling responses #326
Conversation
Make sure all data (notably the error message) is kept when reading responses.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #326 +/- ##
==========================================
+ Coverage 56.01% 56.09% +0.08%
==========================================
Files 70 70
Lines 7404 7402 -2
Branches 2726 2723 -3
==========================================
+ Hits 4147 4152 +5
+ Misses 1489 1488 -1
+ Partials 1768 1762 -6
☔ View full report in Codecov by Sentry. |
SonarCloud Quality Gate failed. 0 Bugs 60.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Make sure all data (notably the error message) is kept when reading responses.