-
Notifications
You must be signed in to change notification settings - Fork 45
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
Split store_and_verify_deployment_info_services() #896
Split store_and_verify_deployment_info_services() #896
Conversation
Codecov Report
@@ Coverage Diff @@
## master #896 +/- ##
==========================================
- Coverage 83.54% 83.49% -0.06%
==========================================
Files 20 20
Lines 1276 1272 -4
Branches 147 145 -2
==========================================
- Hits 1066 1062 -4
Misses 178 178
Partials 32 32
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #896 +/- ##
=========================================
+ Coverage 83.54% 83.64% +0.1%
=========================================
Files 20 20
Lines 1276 1272 -4
Branches 147 145 -2
=========================================
- Hits 1066 1064 -2
Misses 178 178
+ Partials 32 30 -2
Continue to review full report at Codecov.
|
Codecov is complaining. I'll write more tests to cover the diff https://codecov.io/gh/raiden-network/raiden-contracts/compare/2d9b01dac737442607bbcbfbff732cb7e409b02b...b81fb182d850dd2b7a7821a15b92f0127233f6a3/diff#D2-54. |
b81fb18
to
5485c6b
Compare
5485c6b
to
493b436
Compare
Thank you! |
This is a leftover of raiden-network#896. Some function signatures changed there but not all calling sites adapted.
This is a leftover of raiden-network#896. Some function signatures changed there but not all calling sites were updated accordingly.
This is a leftover of raiden-network#896. Some function signatures changed there but not all calling sites were updated accordingly.
This is a leftover of #896. Some function signatures changed there but not all calling sites were updated accordingly.
because this function took a boolean and did two completely different things depending on the boolean.