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

IJHack / QtPass / 25581862009 / 1
55%
main: 55%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 10:11PM UTC
Files 72
Run time 3s
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

08 May 2026 10:06PM UTC coverage: 28.034%. Remained the same
25581862009.1

push

github

web-flow
refactor(util): use raw-string literal for endsWithGpg regex (#1437)

"\\.gpg$" → R"(\.gpg$)". Same regex, fewer backslashes.

Skipped three other reviewer findings on this round (all repeats
of the concurrency-primitives suggestion that was already
rejected in #1436):

- "Add std::call_once around initialiseEnvironment": codebase has
  no other locking primitives, all access is from the GUI thread.
  Same reasoning as #1436's wslBinaryCache rejection.

- "Add QMutex around wslBinaryCache": ditto. The cache is only
  reached from findBinaryInPath, which is called from the main
  thread.

- "Static initialization of wslAvailable not thread-safe in
  C++03/98": project is C++17 (qtpass.pri sets CONFIG += c++17),
  C++11+ guarantees thread-safe magic statics. Moot.

Tests: tst_util 106/106 pass.

1855 of 6617 relevant lines covered (28.03%)

27.11 hits per line

Source Files on job 25581862009.1
  • Tree
  • List 72
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25581862009
  • 171f7184 on github
  • Prev Job for on main (#25580803246.1)
  • Next Job for on main (#25588780598.1)
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