evannetwork / api-blockchain-core

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

fix error for accounts without DID #83

Closed datrinh closed 4 years ago

datrinh commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #83 into develop will increase coverage by 23.93%. The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #83       +/-   ##
============================================
+ Coverage     60.2%   84.13%   +23.93%     
============================================
  Files           47       48        +1     
  Lines         5247     5498      +251     
  Branches       778      827       +49     
============================================
+ Hits          3159     4626     +1467     
+ Misses        2082      866     -1216     
  Partials         6        6
Flag Coverage Δ
#javascript 84.13% <76.92%> (+23.93%) :arrow_up:
Impacted Files Coverage Δ
src/contracts/digital-twin/digital-twin.ts 95.13% <100%> (+71.53%) :arrow_up:
src/did/did.ts 89.62% <75%> (+3.16%) :arrow_up:
.../contracts/digital-twin/testfiles/twin-template.ts 100% <0%> (ø)
src/verifications/verifications.ts 86.81% <0%> (+0.56%) :arrow_up:
src/dfs/ipfs.ts 82.6% <0%> (+2.17%) :arrow_up:
src/contracts/data-contract/data-contract.ts 93.88% <0%> (+3.05%) :arrow_up:
src/encryption/aes-blob.ts 72.44% <0%> (+4.08%) :arrow_up:
src/profile/profile.ts 68.44% <0%> (+5.73%) :arrow_up:
src/contracts/base-contract/base-contract.ts 98.21% <0%> (+17.85%) :arrow_up:
... and 9 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 8f84ed4...157e571. Read the comment docs.