gabfl / vault

Python password manager
MIT License
184 stars 50 forks source link

Gracefully handle Pyperclip exception when the user uses an OS with no clipboard available #68

Closed gabfl closed 2 years ago

gabfl commented 2 years ago

Resolves https://github.com/gabfl/vault/issues/67

codecov[bot] commented 2 years ago

Codecov Report

Merging #68 (1737203) into main (3ad3e4c) will decrease coverage by 0.22%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
- Coverage   95.26%   95.04%   -0.23%     
==========================================
  Files          20       20              
  Lines        1204     1211       +7     
==========================================
+ Hits         1147     1151       +4     
- Misses         57       60       +3     
Impacted Files Coverage Δ
src/views/clipboard.py 87.80% <66.66%> (-6.32%) :arrow_down:

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 3ad3e4c...1737203. Read the comment docs.