• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IJHack / QtPass / 27701586242
55%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 03:53PM UTC
Jobs 1
Files 80
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Jun 2026 03:48PM UTC coverage: 57.087% (-0.02%) from 57.104%
27701586242

push

github

web-flow
refactor(#1511): inject Pass*/AppSettings into UsersDialog (#1558)

* refactor(#1511): inject Pass*/AppSettings into UsersDialog

Constructor gains Pass *pass and const AppSettings &s parameters,
mirroring the pattern established for ImportKeyDialog and PasswordDialog.
Stored as m_pass, m_passStore, m_gpgExe; replaces 8 QtPassSettings
singleton reads:

- loadGpgKeys: getPass()->listKeys() → m_pass->listKeys()
- markSecretKeys: getPass()->listKeys("",true) → m_pass->listKeys
- loadRecipients: getPass()->listKeys (×2) + getPassStore (×2) → members
- accept: getPass()->Init → m_pass->Init
- on_importKeyButton_clicked: getGpgExecutable() → m_gpgExe

Callers updated:
- MainWindow::onUsers / addRecipient: pass QtPassSettings::getPass() +
  QtPassSettings::load()
- ConfigDialog wizard: same — load() returns the temporarily-switched
  passStore already set by setPassStore(cleanPath) on line 784

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(#1558): assert pass != nullptr in UsersDialog constructor

Q_ASSERT(pass) fires in debug builds if a null backend is injected,
making the precondition explicit with zero cost in release builds.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

0 of 16 new or added lines in 3 files covered. (0.0%)

1 existing line in 1 file now uncovered.

3963 of 6942 relevant lines covered (57.09%)

23.24 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
0.0
0.0% src/usersdialog.cpp
2
35.75
-0.06% src/configdialog.cpp
2
27.69
0.0% src/mainwindow.cpp

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% src/usersdialog.cpp
Jobs
ID Job ID Ran Files Coverage
1 27701586242.1 17 Jun 2026 03:53PM UTC 80
57.09
GitHub Action Run
Source Files on build 27701586242
  • Tree
  • List 80
  • Changed 6
  • Source Changed 6
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27701586242
  • 191167cc on github
  • Prev Build on main (#27699675724)
  • Next Build on main (#27703354012)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc