IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

Don't use a deprecated method #491

Closed amarsman closed 5 years ago

amarsman commented 5 years ago

Bounty hunting!

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.01%) to 7.105% when pulling 86af8c10a14c7310ccfc10f6c3ec84b2cd8fbf30 on amarsman:master into 30fc277ae8e8e2bcea8740c093994d148ea179a3 on IJHack:master.

codecov[bot] commented 5 years ago

Codecov Report

Merging #491 into master will increase coverage by 2.22%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #491      +/-   ##
=========================================
+ Coverage    7.14%   9.37%   +2.22%     
=========================================
  Files          44      46       +2     
  Lines        2854    2924      +70     
=========================================
+ Hits          204     274      +70     
  Misses       2650    2650
Impacted Files Coverage Δ
src/pass.h 50% <ø> (ø) :arrow_up:
src/configdialog.h 0% <ø> (ø) :arrow_up:
src/qtpass.h 0% <ø> (ø) :arrow_up:
src/imitatepass.h 40% <ø> (ø) :arrow_up:
src/realpass.h 0% <ø> (ø) :arrow_up:
src/configdialog.cpp 0% <0%> (ø) :arrow_up:
tests/auto/util/tst_util.cpp 100% <0%> (ø)
tests/auto/ui/tst_ui.cpp 100% <0%> (ø)

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 30fc277...86af8c1. Read the comment docs.