-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore(apps/whale-api): fix test flakiness by using "addressC" to generate "addressB" UTXO #1772
Conversation
Code Climate has analyzed commit 9ec7859 and detected 0 issues on this pull request. View more on Code Climate. |
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 89.43% // Head: 93.35% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1772 +/- ##
==========================================
+ Coverage 89.43% 93.35% +3.92%
==========================================
Files 365 366 +1
Lines 10977 10985 +8
Branches 1431 1432 +1
==========================================
+ Hits 9817 10255 +438
+ Misses 1108 701 -407
+ Partials 52 29 -23
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Docker build preview for jellyfish/apps is ready! Built with commit 2f2113b
You can also get an immutable image with the commit hash
|
32144c2
to
277193c
Compare
…generate "addressB" UTXO
277193c
to
9ec7859
Compare
What this PR does / why we need it:
As per the title.
Which issue(s) does this PR fixes?:
Fixes part of #1771