-
Notifications
You must be signed in to change notification settings - Fork 159
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
Fixes code cov build #840
Fixes code cov build #840
Conversation
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.
Why was the dep update necessary?
I thought it would resolve the security build issue from |
Nah, that's just a warning, the issue is with multihash #839 |
} else { | ||
self.bitswap_response_channels.insert(cid, vec![response_channel]); | ||
self.bitswap_response_channels.insert(cid, vec![response_channel]); | ||
} |
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.
could you fix all the mucked up indentation here?
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.
320 and 322 just need to be unindented
Thanks a lot @dutterbutter for this PR. I'm currently looking into adding coverate for rust-fil-proofs and this simplified version surely saved me a ton of time figuring out grcov myself. |
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes
Other information and links