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

IJHack / QtPass / 25764176232
55%

Build:
DEFAULT BRANCH: main
Ran 12 May 2026 09:53PM 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

12 May 2026 09:47PM UTC coverage: 28.988%. Remained the same
25764176232

push

github

web-flow
test: bump tests/tests.pri to c++17, drop legacy make_unique workaround (#1467)

CodeRabbit flagged the comment in tst_storemodel.cpp claiming
"make_unique is c++14, tests are pinned to c++11" as outdated. On
investigation:

- src/src.pro already requires c++17 (project enforces it per
  CLAUDE.md and uses std::as_const broadly), so any test that
  #includes a src/ header transitively needs the same standard.
- The compile commands produced by qmake for tests don't actually
  contain a -std= flag — gcc 13+ defaults to c++17 anyway, which is
  why clang-tidy's modernize-make-unique was firing on this very
  workaround.

Two changes:

- tests/tests.pri: c++11 → c++17, matching src/src.pro and reality.
- tst_storemodel.cpp: replace the std::unique_ptr<T>(new T) /
  three-line comment dance with a plain std::make_unique<QMimeData>().

No semantic change. 33/33 model tests + 120/120 util tests still pass.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

1948 of 6720 relevant lines covered (28.99%)

27.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25764176232.1 12 May 2026 09:53PM UTC 72
28.99
GitHub Action Run
Source Files on build 25764176232
  • Tree
  • List 72
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25764176232
  • f0361c29 on github
  • Prev Build on main (#25745903787)
  • Next Build on main (#25790576572)
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