gabfl / vault

Python password manager
MIT License
184 stars 50 forks source link

2.0 #36

Closed gabfl closed 6 years ago

gabfl commented 6 years ago

Vault 2!

codecov-io commented 6 years ago

Codecov Report

Merging #36 into master will increase coverage by 40.68%. The diff coverage is 94.08%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #36       +/-   ##
===========================================
+ Coverage   53.44%   94.13%   +40.68%     
===========================================
  Files           5       18       +13     
  Lines         812     1040      +228     
  Branches      124      158       +34     
===========================================
+ Hits          434      979      +545     
+ Misses        308       36      -272     
+ Partials       70       25       -45
Impacted Files Coverage Δ
src/models/base.py 100% <100%> (ø)
src/lib/Encryption.py 100% <100%> (ø)
src/models/User.py 100% <100%> (ø)
src/models/Secret.py 100% <100%> (ø)
src/modules/carry.py 100% <100%> (ø)
src/views/migration.py 100% <100%> (ø)
src/views/import_export.py 100% <100%> (ø)
src/views/change_key.py 100% <100%> (ø)
src/views/users.py 100% <100%> (ø)
src/models/Category.py 100% <100%> (ø)
... 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 eb9ec78...71dc046. Read the comment docs.