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

IJHack / QtPass / 28657019015
63%

Build:
DEFAULT BRANCH: main
Ran 03 Jul 2026 11:21AM UTC
Jobs 1
Files 81
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

03 Jul 2026 11:16AM UTC coverage: 56.72% (-0.006%) from 56.726%
28657019015

push

github

web-flow
fix: check process start for stdin-less commands so the queue can't stall (#1606)

Executor::executeNext() only ran waitForStarted() for commands that carry
stdin. A command WITHOUT stdin (most git/gpg/pass invocations) that failed to
start emitted QProcess::errorOccurred(FailedToStart) but never finished(), so
the finished handler that clears `running` and advances the queue never ran —
`running` stayed true forever and the entire FIFO queue stalled, freezing all
further password-store operations with no feedback.

Run the start check for every command regardless of stdin: on failure, emit an
error (deferred via a queued call, as before), dequeue, clear `running`, and
continue with the next item. The stdin-write path is unchanged.

Adds tst_executor::executeAsyncFailedToStartNoInputDoesNotStall, which queues a
failing no-input command followed by a valid one and asserts the error is
surfaced and the second command still completes (the queue did not stall).


Claude-Session: https://claude.ai/code/session_01JuQsrHonihp1nARE7bzstc

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

20 of 20 new or added lines in 1 file covered. (100.0%)

3811 of 6719 relevant lines covered (56.72%)

30.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28657019015.1 03 Jul 2026 11:21AM UTC 81
56.72
GitHub Action Run
Source Files on build 28657019015
  • Tree
  • List 81
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28657019015
  • 0b479e06 on github
  • Prev Build on main (#28650029157)
  • Next Build on main (#28659639755)
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