evannetwork / api-blockchain-core

blockchain programming framework for evan.network
GNU Affero General Public License v3.0
5 stars 1 forks source link

Fixed default did document ethereum address to be lowercase & proofing bug #98

Closed Philser closed 4 years ago

Philser commented 4 years ago

CORE-1090

codecov-io commented 4 years ago

Codecov Report

Merging #98 into develop will increase coverage by 0.07%. The diff coverage is 91.08%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #98      +/-   ##
===========================================
+ Coverage    84.13%   84.21%   +0.07%     
===========================================
  Files           48       48              
  Lines         5498     5339     -159     
  Branches       827      790      -37     
===========================================
- Hits          4626     4496     -130     
+ Misses         866      837      -29     
  Partials         6        6              
Flag Coverage Δ
#javascript 84.21% <91.08%> (+0.07%) :arrow_up:
Impacted Files Coverage Δ
src/config-testcore.ts 100.00% <ø> (ø)
src/runtime.ts 91.83% <ø> (ø)
src/test/test-utils.ts 92.57% <ø> (ø)
src/vc/vc.ts 93.28% <85.71%> (-0.55%) :arrow_down:
src/contracts/digital-twin/container.ts 91.69% <86.66%> (+1.30%) :arrow_up:
src/did/did.ts 91.30% <91.46%> (+1.68%) :arrow_up:
src/onboarding.ts 93.26% <96.00%> (-0.33%) :arrow_down:
src/contracts/data-contract/data-contract.ts 94.32% <100.00%> (+0.43%) :arrow_up:
src/contracts/digital-twin/digital-twin.ts 95.13% <100.00%> (ø)
src/dfs/ipfs-lib.ts 96.55% <100.00%> (+1.81%) :arrow_up:
... and 6 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 bca1a5f...8cb2dd9. Read the comment docs.