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 921 fix special character handling #78

Closed wulfraem closed 4 years ago

wulfraem commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #78 into develop will increase coverage by 3.98%. The diff coverage is 36.36%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #78      +/-   ##
===========================================
+ Coverage    60.21%   64.19%   +3.98%     
===========================================
  Files           48       48              
  Lines         5248     5248              
  Branches       778      778              
===========================================
+ Hits          3160     3369     +209     
+ Misses        2082     1876     -206     
+ Partials         6        3       -3
Flag Coverage Δ
#javascript 64.19% <36.36%> (+3.99%) :arrow_up:
Impacted Files Coverage Δ
src/vc/vc.ts 93.83% <ø> (ø) :arrow_up:
src/runtime.ts 80.95% <100%> (-10.89%) :arrow_down:
src/verifications/verifications.ts 39.73% <34.37%> (-46.52%) :arrow_down:
src/onboarding.ts 6.89% <0%> (-86.7%) :arrow_down:
src/votings/votings.ts 11.76% <0%> (-86.28%) :arrow_down:
libs/bitcore-mnemonic/pbkdf2.js 5.55% <0%> (-86.12%) :arrow_down:
libs/bitcore-mnemonic/mnemonic.js 16.5% <0%> (-70.88%) :arrow_down:
src/profile/business-center-profile.ts 4.65% <0%> (-69.77%) :arrow_down:
src/name-resolver.ts 5.47% <0%> (-57.54%) :arrow_down:
src/payments.ts 4.79% <0%> (-57.49%) :arrow_down:
... and 24 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 dc309cd...a6a190f. Read the comment docs.