gabfl / vault

Python password manager
MIT License
184 stars 50 forks source link

New feature to clear user screen, should resolve #38 #39

Closed gabfl closed 6 years ago

gabfl commented 6 years ago

This addresses #38 and provide a new feature to clear the user's screen when main menus are loaded

codecov-io commented 6 years ago

Codecov Report

Merging #39 into master will increase coverage by 0.05%. The diff coverage is 94.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   94.13%   94.18%   +0.05%     
==========================================
  Files          18       18              
  Lines        1040     1067      +27     
  Branches      158      158              
==========================================
+ Hits          979     1005      +26     
- Misses         36       37       +1     
  Partials       25       25
Impacted Files Coverage Δ
src/modules/misc.py 85.36% <100%> (+1.8%) :arrow_up:
src/views/categories.py 100% <100%> (ø) :arrow_up:
src/views/menu.py 75.58% <85.71%> (-0.03%) :arrow_down:
src/views/secrets.py 90.33% <94.44%> (+0.42%) :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 913be7b...6f85ee2. Read the comment docs.