-
Notifications
You must be signed in to change notification settings - Fork 15
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
Merge Gossip Engine, Add Rust-based integration tests #706
Conversation
fd80622
to
3d224f8
Compare
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #706 +/- ##
==========================================
+ Coverage 16.76% 16.89% +0.13%
==========================================
Files 77 77
Lines 5734 5692 -42
==========================================
Hits 961 961
+ Misses 4773 4731 -42
☔ View full report in Codecov by Sentry. |
Is this still WIP? |
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.
LG
Run the integration tests with
cargo run --bin dkg-integration-tests
Resolves #693