-
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
🐛 when updating comp_task table always give actual wallet info #4955
🐛 when updating comp_task table always give actual wallet info #4955
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit 9a08216 and detected 0 issues on this pull request. View more on Code Climate. |
Codecov Report
@@ Coverage Diff @@
## master #4955 +/- ##
========================================
- Coverage 84.8% 81.5% -3.4%
========================================
Files 636 514 -122
Lines 30912 26171 -4741
Branches 551 195 -356
========================================
- Hits 26236 21332 -4904
- Misses 4549 4790 +241
+ Partials 127 49 -78
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
thanks!
What do these changes do?
(Before the wallet info was provided only when we started a service, but when we updated service, for example by moving it in the UI, we have overwritten the wallet info to NULL)
Related issue/s
How to test
DevOps Checklist