digitalbazaar / cborld

A Javascript CBOR-LD processor for web browsers and Node.js apps.
https://json-ld.github.io/cbor-ld-spec/
BSD 3-Clause "New" or "Revised" License
18 stars 12 forks source link

Use db cbor #24

Closed dlongley closed 3 years ago

dlongley commented 3 years ago

This branch will use @digitalbazaar/cbor instead of cbor as a dependency as what is hoped to be a temporary measure until we can move to using the cborg library in another major release. Merging this PR should be followed by a major release -- and then another will follow once the cborg work is complete.

codecov-io commented 3 years ago

Codecov Report

Merging #24 (0c1ba85) into main (757e115) will increase coverage by 0.48%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   72.88%   73.36%   +0.48%     
==========================================
  Files          18       18              
  Lines         402      398       -4     
==========================================
- Hits          293      292       -1     
+ Misses        109      106       -3     
Impacted Files Coverage Δ
lib/encode.js 78.04% <0.00%> (+5.32%) :arrow_up:
lib/decode.js 66.66% <100.00%> (-0.58%) :arrow_down:

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 757e115...0c1ba85. Read the comment docs.