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

moonbitlang / core / 4542
94%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 05:33AM UTC
Jobs 1
Files 370
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

01 Jun 2026 05:32AM UTC coverage: 93.99%. Remained the same
4542

push

github

bobzhang
perf(json): NaN sentinel for try_fast_double

JsonNumberScan::try_fast_double returned Double? — Some(d) on the fast path,
None to fall back to strconv. The fast path can only produce 0 or a finite
Double (the checked_mul guard rules out infinity), so NaN is a free sentinel.
Returning a plain Double (NaN meaning "not handled") skips the boxed
Option<Double> allocation on every JSON number that hits this path.

Split out of the original combined PR per review feedback (2/3).

https://claude.ai/code/session_017MVaMFPQYuvxLCudMEsQr2

14 of 16 new or added lines in 1 file covered. (87.5%)

14920 of 15874 relevant lines covered (93.99%)

207043.15 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
86.32
0.12% json/lex_number.mbt
Jobs
ID Job ID Ran Files Coverage
1 4542.1 01 Jun 2026 05:33AM UTC 371
94.0
GitHub Action Run
Source Files on build 4542
  • Tree
  • List 370
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d49b94c7 on github
  • Prev Build on main (#4536)
  • Next Build on main (#4547)
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