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

IJHack / QtPass / 27732603053
55%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 02:29AM 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

18 Jun 2026 02:24AM UTC coverage: 55.096% (+0.02%) from 55.08%
27732603053

push

github

web-flow
fix: code quality audit for imitatepass.cpp and mainwindow.cpp (#1571)

* fix: code quality audit for imitatepass.cpp and mainwindow.cpp (#1508)

- mainwindow: guard setFilterRegularExpression with regExp.isValid() check
- mainwindow: use Qt::SingleShotConnection (Qt6) / manual disconnect (Qt5)
  for the finishedShow→passwordFromFileToClipboard connection to prevent
  accumulation across multiple copyPasswordFromTreeview calls
- mainwindow: remove dead null-check after 'new TrayIcon(this)' (operator
  new throws, never returns nullptr)
- imitatepass: update currentDir at end of the per-directory block in
  reencryptPath so the directory-change guard actually fires on transitions
- imitatepass: promote static QString transactionOutput to a member variable
  (m_transactionOutput) eliminating function-static lifetime and state leakage
- imitatepass: delete dead removeDir() implementation and its declaration;
  remove corresponding imitatePassRemoveDir unit test
- imitatepass: extract translatePathForWsl() private helper shared by
  pgit() and pgpg() to eliminate the duplicated wslpath invocation body

Fix 8 (lift QMessageBox out of StoreModel) was skipped: executeDropAction
returns bool synchronously from a dropMimeData override; introducing an
async signal/out-parameter confirmation would require a full architectural
change incompatible with Qt's drop protocol.

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

* style: clang-format tst_util.cpp

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

---------

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

9 of 12 new or added lines in 2 files covered. (75.0%)

4 existing lines in 1 file now uncovered.

3676 of 6672 relevant lines covered (55.1%)

29.39 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
27.62
-0.06% src/mainwindow.cpp

Coverage Regressions

Lines Coverage ∆ File
4
27.62
-0.06% src/mainwindow.cpp
Jobs
ID Job ID Ran Files Coverage
1 27732603053.1 18 Jun 2026 02:29AM UTC 80
55.1
GitHub Action Run
Source Files on build 27732603053
  • Tree
  • List 80
  • Changed 5
  • Source Changed 5
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27732603053
  • 1a8633bb on github
  • Prev Build on main (#27732132900)
  • Next Build on main (#27733263679)
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