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

IJHack / QtPass / 27732132900
55%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 02:15AM 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:10AM UTC coverage: 55.08% (+0.1%) from 54.938%
27732132900

push

github

web-flow
fix: P1 audit findings — executor crash, storemodel guard, getKeysFromFile, sort order, reencryptPath init (#1570)

* fix: P1 audit findings — executor crash emit, storemodel guard, getKeysFromFile, sort order, reencryptPath init (#1508)

- executor: emit error() on CrashExit instead of silently swallowing it
- storemodel: guard indexes.at(0) against empty list in mimeData()
- imitatepass: bail getKeysFromFile on any non-zero GPG exit (not just when both outputs empty)
- configdialog: sort profile rows descending before deletion (comment said big-to-small, code sorted ascending)
- passbackendfactory: call init() in getImitatePass() so ImitatePass has valid settings when used in RealPass mode for reencryptPath

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

* fix: use transparent std::greater<> functor (clang-tidy modernize)

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

* fix: address review findings on P1 fixes

- storemodel: return nullptr (not new QMimeData) for empty index list — matches Qt mimeData() contract
- executor: read stderr on exitCode!=0 in crash branch, matching NormalExit behaviour

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

* fix: connect Executor::error to Pass::finished so crash exits are handled

The error() signal was emitted on CrashExit but had no receivers in Pass,
leaving callers in a permanent "working" state. Route it through the same
Pass::finished slot as normal exits so the transaction chain completes.

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

---------

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

11 of 13 new or added lines in 6 files covered. (84.62%)

3681 of 6683 relevant lines covered (55.08%)

29.35 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
35.75
0.0% src/configdialog.cpp
1
84.91
0.06% src/executor.cpp
Jobs
ID Job ID Ran Files Coverage
1 27732132900.1 18 Jun 2026 02:15AM UTC 80
55.08
GitHub Action Run
Source Files on build 27732132900
  • Tree
  • List 80
  • Changed 9
  • Source Changed 8
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27732132900
  • 8898e831 on github
  • Prev Build on main (#27726134529)
  • Next Build on main (#27732603053)
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