-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛🎨 Fixes formatting error in payments and enhances logging and error handling #5037
🐛🎨 Fixes formatting error in payments and enhances logging and error handling #5037
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5037 +/- ##
=========================================
- Coverage 86.4% 82.3% -4.1%
=========================================
Files 1256 528 -728
Lines 51552 21170 -30382
Branches 1108 540 -568
=========================================
- Hits 44547 17431 -27116
+ Misses 6766 3617 -3149
+ Partials 239 122 -117
Flags with carried forward coverage won't be shown. Click here to find out more.
|
services/web/server/src/simcore_service_webserver/payments/_rpc.py
Outdated
Show resolved
Hide resolved
cf2e12f
to
f3e4704
Compare
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.
very nice! 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.
👍
c1f797e
to
5d7ce09
Compare
Code Climate has analyzed commit f171caa and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
A fix, some refactoring and a series of improvements specially in error handling and logging based on manual exploratory testing of payments workflows
PaymentsGatewayError
services.payments
Related issue/s
How to test
Driving tests
Dev Checklist
DevOps
None