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

IJHack / QtPass / 24966775936
55%

Build:
DEFAULT BRANCH: main
Ran 26 Apr 2026 08:57PM 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

26 Apr 2026 08:52PM UTC coverage: 27.593%. Remained the same
24966775936

push

github

web-flow
fix: only set m_initialShowDone after focusInput actually focuses (#1191)

`showEvent` was eagerly setting `m_initialShowDone = true` *before*
queuing focusInput. If the queued slot then took an early-return
branch (window not visible, or the cached lineEdit lookup returned
nullptr because of a mid-init widget rebuild), the one-shot was
consumed and the focus pulse would never retry on the next show.

Move the latch inside focusInput, set only after the selectAll() +
setFocus() actually run. A transient failed lookup now leaves
`m_initialShowDone` false and the next showEvent re-queues the
attempt.

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

1 existing line in 1 file now uncovered.

1825 of 6614 relevant lines covered (27.59%)

26.92 hits per line

Uncovered Changes

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

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% src/mainwindow.cpp
Jobs
ID Job ID Ran Files Coverage
1 24966775936.1 26 Apr 2026 08:57PM UTC 72
27.59
GitHub Action Run
Source Files on build 24966775936
  • Tree
  • List 72
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24966775936
  • 312ed4ef on github
  • Prev Build on main (#24966395320)
  • Next Build on main (#24970081225)
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