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

IJHack / QtPass / 27726134529
55%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 11:31PM 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 11:23PM UTC coverage: 54.938% (-0.06%) from 54.995%
27726134529

push

github

web-flow
fix(#1509): replace broken WSL wslpath shell substitution with real wslpath call (#1569)

* fix(#1509): replace broken WSL \$(wslpath) shell substitution with real wslpath call

pgit(), pgpg() and grepMatchFile() constructed "$(wslpath /path)" strings and
passed them as QProcess arguments. QProcess does not invoke a shell, so the
substitution never expanded — WSL-mode git/gpg received the literal string as
an argument and failed.

Fix: call `wsl wslpath <path>` synchronously via Executor::executeBlocking and
use the captured output as the translated path. Non-WSL paths are unchanged.

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

* fix(#1509): fall back to normalizedPath when wsl wslpath fails

All three call sites (pgit, pgpg, grepMatchFile) discarded the return
value of executeBlocking; a non-zero exit or a WSL process failure left
wslPath as an empty string, which was then passed to git/gpg causing
confusing empty-path errors.

Check both the exit code and the trimmed output; fall back to the
original normalizedPath / filePath when either is unsatisfactory.

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

---------

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

0 of 13 new or added lines in 1 file covered. (0.0%)

3666 of 6673 relevant lines covered (54.94%)

29.48 hits per line

Uncovered Changes

Lines Coverage ∆ File
13
52.93
-0.79% src/imitatepass.cpp
Jobs
ID Job ID Ran Files Coverage
1 27726134529.1 17 Jun 2026 11:31PM UTC 80
54.94
GitHub Action Run
Source Files on build 27726134529
  • Tree
  • List 80
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27726134529
  • 049c10a5 on github
  • Prev Build on main (#27725060383)
  • Next Build on main (#27732132900)
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