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

IJHack / QtPass / 27505241535
58%

Build:
DEFAULT BRANCH: main
Ran 14 Jun 2026 04:41PM 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

14 Jun 2026 04:35PM UTC coverage: 57.526% (+0.05%) from 57.473%
27505241535

push

github

web-flow
refactor: add QtPassSettings::load/save AppSettings facade (#1511) (#1539)

Stage 3 of #1511. Adds the single load()/save() pair the issue envisions as
QtPassSettings' eventual public surface:

- QtPassSettings::load() -> AppSettings (via SettingsSerializer on the
  singleton store)
- QtPassSettings::save(const AppSettings&) -> writes via SettingsSerializer
  and invalidates the cached Pass backend, folding in the old setUsePass()
  side effect.

Migrate ConfigDialog (the stage-2 consumer) onto the facade: applySettings
now takes QtPassSettings::load(), and on_accepted is QtPassSettings::save(
readSettings()) — dropping its direct SettingsSerializer dependency and the
explicit setUsePass() backend-reset call.

Reader migration stays incremental on purpose: settings are runtime-mutable
(ConfigDialog writes them), so callers must read current values rather than
cache a struct; load() gives them a clean per-use snapshot without the 132
individual getters. Wrapper deletion (stage 4) follows once readers move
across.

tst_settings gains a facade round-trip case (117 pass). configdialog (16) and
full make check green; doxygen and reuse clean.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

7 of 9 new or added lines in 2 files covered. (77.78%)

3986 of 6929 relevant lines covered (57.53%)

36.23 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
36.1
0.11% src/configdialog.cpp
Jobs
ID Job ID Ran Files Coverage
1 27505241535.1 14 Jun 2026 04:41PM UTC 80
57.53
GitHub Action Run
Source Files on build 27505241535
  • Tree
  • List 80
  • Changed 5
  • Source Changed 5
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27505241535
  • 1d4dcc9f on github
  • Prev Build on main (#27502986312)
  • Next Build on main (#27505552848)
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