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

IJHack / QtPass / 25008316612
55%

Build:
DEFAULT BRANCH: main
Ran 27 Apr 2026 05:00PM UTC
Jobs 1
Files 72
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

27 Apr 2026 04:55PM UTC coverage: 28.015% (+0.005%) from 28.01%
25008316612

push

github

web-flow
fix: address review nits — git cp comment, dedupe reencrypt disable, this-> (#1198)

Three small follow-ups from the recent review thread:

- getProcessName(GIT_COPY) returns "git cp" — ImitatePass::Copy literally
  shells `git cp` (a git-extras subcommand), so the label matches the
  actual invocation. Restoring the explanation comment that was on this
  case before c9a1c8c41 reverted the label from "git add" back to
  "git cp": the label is honest about what runs, but stock-git users
  without git-extras will see the "'cp' is not a git command" error
  surfaced in the process output panel.

- reencryptPath() inlined the same two disable lines that
  startReencryptPath() has, with a comment that openly cross-referenced
  the duplication ("use same method as startReencryptPath"). Replace
  with a direct call. ImitatePass::reencryptPath emits startReencryptPath
  asynchronously and the connected slot will re-run this, but
  setEnabled(false) is idempotent so the duplicate is harmless — kept
  the preemptive disable behaviour, just deduped the lines.

- keygenDialog had four `this->keygenDialog` accesses and one bare
  reference (line 1176). Drop the `this->` prefix on the four for
  consistency with the bare access.

0 of 5 new or added lines in 2 files covered. (0.0%)

9 existing lines in 1 file now uncovered.

1854 of 6618 relevant lines covered (28.01%)

27.1 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
0.0
0.0% src/mainwindow.cpp
1
0.0
0.0% src/mainwindow.h

Coverage Regressions

Lines Coverage ∆ File
9
0.0
0.0% src/qrc_qmake_qmake_qm_files.cpp
Jobs
ID Job ID Ran Files Coverage
1 25008316612.1 27 Apr 2026 05:00PM UTC 72
28.01
GitHub Action Run
Source Files on build 25008316612
  • Tree
  • List 72
  • Changed 4
  • Source Changed 4
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25008316612
  • 9e6dcbcc on github
  • Prev Build on main (#25000837006)
  • Next Build on main (#25018093828)
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