-
Notifications
You must be signed in to change notification settings - Fork 47
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
chore: update pubsub interface to run subsystem tests #148
chore: update pubsub interface to run subsystem tests #148
Conversation
0a64c01
to
bc18618
Compare
Codecov Report
@@ Coverage Diff @@
## master #148 +/- ##
=======================================
Coverage 92.00% 92.00%
=======================================
Files 2 2
Lines 25 25
=======================================
Hits 23 23
Misses 2 2 Continue to review full report at Codecov.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
bc18618
to
bc12a84
Compare
Codecov Report
@@ Coverage Diff @@
## master #148 +/- ##
==========================================
+ Coverage 72.29% 76.58% +4.29%
==========================================
Files 2 2
Lines 1776 1905 +129
Branches 141 140 -1
==========================================
+ Hits 1284 1459 +175
+ Misses 492 446 -46
Continue to review full report at Codecov.
|
60191ee
to
ee2d5ae
Compare
This reverts commit 5356be5.
This PR updates libp2p interfaces to run all pubsub subsystem tests, moving the ownership of libp2p tests to the modules. Context: libp2p/js-libp2p#857
Note that the changes in the generated protobuf file are from the new patch of
protobufjs
Needs: