Closed dlongley closed 3 years ago
Merging #24 (0c1ba85) into main (757e115) will increase coverage by
0.48%
. The diff coverage is50.00%
.
@@ 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.
This branch will use
@digitalbazaar/cbor
instead ofcbor
as a dependency as what is hoped to be a temporary measure until we can move to using thecborg
library in another major release. Merging this PR should be followed by a major release -- and then another will follow once thecborg
work is complete.