ipfs-shipyard / js-ipfs-http-client-lite

An alternative client library for the IPFS HTTP API, aiming to be as lightweight as possible (<20kB) in the browser.
Other
34 stars 7 forks source link

feat: pubsub #1

Closed alanshaw closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #1 into master will increase coverage by 2.67%. The diff coverage is 91.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
+ Coverage   82.33%   85.01%   +2.67%     
==========================================
  Files          24       31       +7     
  Lines         368      447      +79     
==========================================
+ Hits          303      380      +77     
- Misses         65       67       +2
Impacted Files Coverage Δ
src/index.js 100% <ø> (ø) :arrow_up:
src/ping.js 100% <100%> (ø) :arrow_up:
src/bitswap/wantlist.js 84.61% <100%> (-2.89%) :arrow_down:
src/swarm/connect.js 100% <100%> (ø) :arrow_up:
src/pubsub/unsubscribe.js 100% <100%> (ø)
src/add/index.js 100% <100%> (ø) :arrow_up:
src/block/put.js 85.71% <100%> (-1.25%) :arrow_down:
src/pubsub/publish.js 100% <100%> (ø)
src/ls.js 100% <100%> (ø) :arrow_up:
src/pubsub/ls.js 100% <100%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f30e261...3665b85. Read the comment docs.