veres-one / veres-one-validator

A ledger validator that accepts either signatures or proof of work
Other
3 stars 0 forks source link

Add string length validators #38

Closed aljones15 closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #38 (d42b363) into v1-dingo-rc1 (749210b) will decrease coverage by 6.49%. The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           v1-dingo-rc1      #38      +/-   ##
================================================
- Coverage         96.49%   90.00%   -6.50%     
================================================
  Files                14       15       +1     
  Lines               371      370       -1     
================================================
- Hits                358      333      -25     
- Misses               13       37      +24     
Impacted Files Coverage Δ
lib/constants.js 100.00% <100.00%> (ø)
lib/index.js 97.61% <100.00%> (ø)
lib/validators/updateWebLedgerRecord.js 96.07% <100.00%> (-3.93%) :arrow_down:
schemas/did-uuid.js 100.00% <100.00%> (ø)
schemas/did.js 100.00% <100.00%> (ø)
schemas/didReference.js 100.00% <100.00%> (ø)
schemas/service.js 100.00% <100.00%> (ø)
schemas/urn-uuid.js 100.00% <100.00%> (ø)
schemas/veres-one-validator.js 100.00% <100.00%> (ø)
lib/validators/helpers.js 74.00% <0.00%> (-20.00%) :arrow_down:
... and 3 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 749210b...d42b363. Read the comment docs.

msporny commented 3 years ago

Merged witness pool upgrade into this branch, all tests continue to work, merging this into v1-dingo-rc1.