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

moonbitlang / core / 4985
92%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 04:21AM UTC
Jobs 1
Files 383
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

02 Jul 2026 04:20AM UTC coverage: 91.266% (+0.2%) from 91.059%
4985

push

github

bobzhang
fix(json): avoid deep recursion in depth-limit coverage test

The depth-limit test parsed 1025-deep nested arrays and objects using the
default max nesting depth of 1024. The recursive-descent parser recurses
once per level, so this overflowed the limited native stack on Windows
(STATUS_STACK_OVERFLOW, exit 0xc00000fd) before the depth guard could fire.

Exercise the same DepthLimitExceeded path with a small configured
max_nesting_depth (8) and shallow nesting instead, so only a handful of
frames are used. The deprecated max_nesting_depth plumbing is confined to
the test helper under #warnings("-deprecated").

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

15475 of 16956 relevant lines covered (91.27%)

193897.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4985.1 02 Jul 2026 04:21AM UTC 384
91.28
GitHub Action Run
Source Files on build 4985
  • Tree
  • List 383
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 63dbc75e on github
  • Prev Build on main (#4981)
  • Next Build on main (#4988)
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