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

vbpf / prevail / 22177351067 / 2
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 19 Feb 2026 10:17AM UTC
Files 78
Run time 2s
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

19 Feb 2026 10:07AM UTC coverage: 87.445%. Remained the same
22177351067.2

push

github

web-flow
Add MSVC debug assert handler (#1018)

* Route MSVC debug assertions to stderr so CI fails clearly

On MSVC Debug builds, CRT assertions (e.g. STL iterator checks) pop up
a dialog box.  In headless CI this hangs the job forever.  Add a Catch2
listener that installs a CRT report hook: assertions print to stderr and
abort() instead of waiting for a click.

* Print stack trace on MSVC debug assertion failure

Enhance the CRT assertion hook to walk the call stack using
DbgHelp (SymFromAddr / SymGetLineFromAddr64) before aborting.
CI output now shows the exact source location that triggered the
assertion, not just the STL internals.

Signed-off-by: Elazar Gershuni <elazarg@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

10392 of 11884 relevant lines covered (87.45%)

412572.18 hits per line

Source Files on job run-Release - 22177351067.2
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22177351067
  • 87d44f49 on github
  • Prev Job for on main (#22158076143.2)
  • Next Job for on main (#22177454098.1)
  • Delete
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