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

IJHack / QtPass / 25581862009
55%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 10:11PM 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

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

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.

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

1855 of 6617 relevant lines covered (28.03%)

27.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25581862009.1 08 May 2026 10:11PM UTC 72
28.03
GitHub Action Run
Source Files on build 25581862009
  • Tree
  • List 72
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25581862009
  • 171f7184 on github
  • Prev Build on main (#25580803246)
  • Next Build on main (#25588780598)
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