-
Notifications
You must be signed in to change notification settings - Fork 48
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
tests:
Unit test for wallet/direct_send.rs
#99
Conversation
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #99 +/- ##
==========================================
- Coverage 78.64% 73.05% -5.59%
==========================================
Files 25 28 +3
Lines 6045 6194 +149
==========================================
- Hits 4754 4525 -229
- Misses 1291 1669 +378 ☔ View full report in Codecov by Sentry. |
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
Please rebase after #100 merge to pick up the clippies. |
Closing this as the internals of direct send api changed and a test to spend swap coins are added. In #112 |
Aims to fix #83, currently WIP.
Refactor the APIs for slight logic improvements and better error handling.
Also the previous tests are extended for various edge cases.
^ is also implemented for the unit test - after which the whole module is covered keeping our
codecov
in mind.