gabfl / vault

Python password manager
MIT License
184 stars 50 forks source link

Fix test #41

Closed gabfl closed 6 years ago

gabfl commented 6 years ago

Make it possible to skip the category selection when adding or editing a secret

codecov-io commented 6 years ago

Codecov Report

Merging #41 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   94.18%   94.19%   +<.01%     
==========================================
  Files          18       18              
  Lines        1067     1068       +1     
  Branches      158      158              
==========================================
+ Hits         1005     1006       +1     
  Misses         37       37              
  Partials       25       25
Impacted Files Coverage Δ
src/views/categories.py 100% <100%> (ø) :arrow_up:
src/views/secrets.py 90.33% <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 ad77e11...fc0f766. Read the comment docs.