evannetwork / api-blockchain-core

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

update purpose handling of identity #115

Closed wulfraem closed 4 years ago

wulfraem commented 4 years ago
codecov-commenter commented 4 years ago

Codecov Report

Merging #115 into develop will decrease coverage by 0.06%. The diff coverage is 72.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #115      +/-   ##
===========================================
- Coverage    86.52%   86.46%   -0.07%     
===========================================
  Files           49       49              
  Lines         6323     6337      +14     
  Branches      1459     1423      -36     
===========================================
+ Hits          5471     5479       +8     
- Misses         849      855       +6     
  Partials         3        3              
Flag Coverage Δ
#javascript 86.46% <72.00%> (-0.07%) :arrow_down:
Impacted Files Coverage Δ
src/identity/identity.ts 92.03% <66.66%> (-4.94%) :arrow_down:
src/verifications/verifications.ts 91.85% <85.71%> (-0.08%) :arrow_down:
src/encryption/aes.ts 77.08% <0.00%> (-0.47%) :arrow_down:
src/encryption/aes-ecb.ts 75.80% <0.00%> (-0.39%) :arrow_down:
src/encryption/aes-blob.ts 74.52% <0.00%> (-0.24%) :arrow_down:
src/encryption/encryption-wrapper.ts 86.86% <0.00%> (-0.14%) :arrow_down:
src/contracts/digital-twin/digital-twin.ts 95.40% <0.00%> (-0.02%) :arrow_down:
src/contracts/digital-twin/container.ts 92.09% <0.00%> (-0.02%) :arrow_down:
src/contracts/sharing.ts 84.16% <0.00%> (+0.41%) :arrow_up:

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 e364986...f33e9c7. Read the comment docs.