Skip to content
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

Merged
merged 8 commits into from
Nov 10, 2020
Merged

Fixes code cov build #840

merged 8 commits into from
Nov 10, 2020

Conversation

dutterbutter
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Fixes code cov build

Reference issue to close (if applicable)

Closes

Other information and links

Copy link
Contributor

@austinabell austinabell left a 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?

@dutterbutter
Copy link
Contributor Author

Why was the dep update necessary?

I thought it would resolve the security build issue from tempdir

@austinabell
Copy link
Contributor

Why was the dep update necessary?

I thought it would resolve the security build issue from tempdir

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]);
}
Copy link
Member

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?

Copy link
Contributor

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

@dutterbutter dutterbutter merged commit 293ef19 into main Nov 10, 2020
@dutterbutter dutterbutter deleted the db/cov-fix branch November 10, 2020 19:54
@vmx
Copy link
Contributor

vmx commented Nov 11, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants