uport-project / uport-mobile

uPort mobile app
https://uport.me
GNU General Public License v3.0
76 stars 28 forks source link

Fix Migrations #136

Closed pelle closed 5 years ago

pelle commented 5 years ago

There was a regression in keychain, that I think was caused by merging the native signer.

codecov[bot] commented 5 years ago

Codecov Report

Merging #136 into develop will decrease coverage by 0.01%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop    #136      +/-   ##
==========================================
- Coverage    54.21%   54.2%   -0.02%     
==========================================
  Files          260     260              
  Lines         8745    8743       -2     
  Branches      1789    1790       +1     
==========================================
- Hits          4741    4739       -2     
  Misses        3570    3570              
  Partials       434     434
Impacted Files Coverage Δ
lib/sagas/pututu.js 77.14% <ø> (-0.33%) :arrow_down:
lib/sagas/migrations/MigrateLegacy.ts 85.71% <ø> (-0.23%) :arrow_down:
lib/sagas/index.js 0% <ø> (ø) :arrow_up:
lib/components/Recovery/SeedRecoveryPhrase.js 0% <0%> (ø) :arrow_up:
lib/sagas/recoverySaga.js 88.37% <100%> (ø) :arrow_up:
lib/actions/recoveryActions.js 83.33% <100%> (ø) :arrow_up:
lib/sagas/keychain.js 75.7% <100%> (ø) :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 5c1a5e7...9088eb2. Read the comment docs.