-
Notifications
You must be signed in to change notification settings - Fork 59
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
use go-padreader instead of local copy #103
Conversation
1681e65
to
c32d45f
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.
Looks good. There is a PadReader.go
generated mock that we should probably get rid of also.
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.
LGTM by me. The mock pad reader may need to stay around to keep tests passing but I'm not sure.
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.
Well that was easy. I literally said this out loud.
c32d45f
to
75ccc89
Compare
update: I've deleted the generated PadReader.go mock |
Codecov Report
@@ Coverage Diff @@
## master #103 +/- ##
=======================================
Coverage 34.63% 34.63%
=======================================
Files 36 36
Lines 2712 2712
=======================================
Hits 939 939
Misses 1616 1616
Partials 157 157
Continue to review full report at Codecov.
|
thnx |
I've extracted go-padreader into a new repo so that it can be shared by other projects (lotus, go-storage-miner, and this project).
This changeset backports that extraction into go-fil-markets.