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
16 stars 12 forks source link

Add `data-integrity/v2` context. #68

Closed JSAssassin closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

Merging #68 (a72bd7c) into main (b6fde00) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   88.19%   88.19%           
=======================================
  Files          30       30           
  Lines        1880     1881    +1     
=======================================
+ Hits         1658     1659    +1     
  Misses        222      222           
Files Coverage Δ
lib/codecs/registeredContexts.js 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

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

davidlehn commented 8 months ago

The CBOR-LD spec codec table needs to be kept in sync too.

JSAssassin commented 8 months ago

@davidlehn added the codec value in the spec https://github.com/digitalbazaar/cbor-ld-spec/pull/19