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

moonbitlang / core / 4195
95%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 11:24PM UTC
Jobs 1
Files 364
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

05 May 2026 11:22PM UTC coverage: 94.618%. Remained the same
4195

push

github

bobzhang
refactor(json): use range pattern in digit checks in number lexer

Replace `c >= '0' && c <= '9'` with the range pattern `c is ('0'..='9')`
across 7 sites in json/lex_number.mbt.

The range pattern desugars to the same two comparisons, so this is purely
a syntactic cleanup with no perf impact on the JSON number-lexing path.

Same idiom merged earlier in argparse (#3521 is_negative_number).

Semantics-preserving: `moon test -p json` (171/171) passes and
`moon info` produces no `.mbti` change.

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

1 of 1 new or added line in 1 file covered. (100.0%)

14838 of 15682 relevant lines covered (94.62%)

218820.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4195.1 05 May 2026 11:24PM UTC 365
94.63
GitHub Action Run
Source Files on build 4195
  • Tree
  • List 364
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bf7a0333 on github
  • Prev Build on main (#4194)
  • Next Build on main (#4196)
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