evannetwork / api-blockchain-core

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

Feature/core 1129 identity access #109

Closed Tschuck closed 4 years ago

Tschuck commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #109 into feature/CORE-637-Pass-identity-to-runtime will increase coverage by 0.54%. The diff coverage is 96.93%.

Impacted file tree graph

@@                              Coverage Diff                              @@
##           feature/CORE-637-Pass-identity-to-runtime     #109      +/-   ##
=============================================================================
+ Coverage                                      84.81%   85.35%   +0.54%     
=============================================================================
  Files                                             48       49       +1     
  Lines                                           5348     5443      +95     
  Branches                                         754      764      +10     
=============================================================================
+ Hits                                            4536     4646     +110     
+ Misses                                           809      794      -15     
  Partials                                           3        3              
Flag Coverage Δ
#javascript 85.35% <96.93%> (+0.54%) :arrow_up:
Impacted Files Coverage Δ
src/identity/identity.ts 96.42% <96.42%> (ø)
src/contracts/signer-identity.ts 95.23% <100.00%> (+1.90%) :arrow_up:
src/runtime.ts 91.76% <100.00%> (+0.09%) :arrow_up:
src/verifications/verifications.ts 90.60% <100.00%> (+0.10%) :arrow_up:
src/dfs/ipld.ts 97.45% <0.00%> (+1.69%) :arrow_up:
src/dfs/ipfs.ts 89.13% <0.00%> (+3.26%) :arrow_up:
src/mailbox.ts 89.36% <0.00%> (+12.76%) :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 ac4402a...9310e5c. Read the comment docs.