-
Notifications
You must be signed in to change notification settings - Fork 39
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
fix: run error hook when provider returns error code #951
fix: run error hook when provider returns error code #951
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #951 +/- ##
============================================
+ Coverage 94.98% 95.26% +0.28%
- Complexity 383 392 +9
============================================
Files 36 37 +1
Lines 877 887 +10
Branches 53 54 +1
============================================
+ Hits 833 845 +12
+ Misses 24 23 -1
+ Partials 20 19 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0f197a0
to
06b7ad2
Compare
I have this suggestion, otherwise looks good :) |
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.
@jarebudev Nice work 🙌
3129001
to
5769409
Compare
Signed-off-by: jarebudev <[email protected]>
Signed-off-by: jarebudev <[email protected]>
Signed-off-by: Kavindu Dodanduwa <[email protected]>
5769409
to
380b177
Compare
Quality Gate passedIssues Measures |
This PR
Related Issues
Fixes #928
Notes
saw this bug and seemed like a straightforward fix, wasn't sure if anyone has already picked it up so feel free to reject if it's already been taken on