bigchaindb / js-bigchaindb-driver

Official BigchainDB JavaScript driver for Node.js and the browser
https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html
Apache License 2.0
216 stars 92 forks source link

Implementation of BEP-14 #239

Closed future-is-present closed 6 years ago

future-is-present commented 6 years ago

Implement https://github.com/bigchaindb/BEPs/tree/master/14

codecov-io commented 6 years ago

Codecov Report

Merging #239 into master will increase coverage by 0.2%. The diff coverage is 96.59%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #239     +/-   ##
=========================================
+ Coverage   94.96%   95.16%   +0.2%     
=========================================
  Files          11       12      +1     
  Lines         258      310     +52     
=========================================
+ Hits          245      295     +50     
- Misses         13       15      +2
Impacted Files Coverage Δ
src/transport.js 100% <100%> (ø)
src/connection.js 100% <100%> (ø) :arrow_up:
src/baseRequest.js 83.33% <86.66%> (-2.88%) :arrow_down:
src/request.js 96.96% <96.66%> (+4.11%) :arrow_up:

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 80bf01e...a99ccd5. Read the comment docs.