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

moonbitlang / core / 6046
91%

Build:
DEFAULT BRANCH: main
Ran 15 Aug 2026 01:07AM UTC
Jobs 1
Files 437
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

15 Aug 2026 01:00AM UTC coverage: 90.29%. Remained the same
6046

push

github

bobzhang
test(strconv): add QuickCheck property coverage

Property tests for string<->number conversion:

- parse_double bitwise-inverts Double::to_string for doubles built from
  arbitrary 64-bit patterns (subnormals, extreme exponents, infinities),
  and for uniform doubles in [0, 1]. Negative zero is exempted from the
  bitwise requirement because the ECMAScript-style to_string renders it
  as "0" on every backend.
- Full-range 64-bit and 32-bit integer round-trips through decimal
  strings, plus agreement between the integer parsers and parse_double /
  to_double on the same string (correct rounding at 19-20 digits).
- Radix round-trip in every base 2..=36 for Int64 and UInt64.
- Underscores between digits never change the parsed value.
- A stray non-numeric character (including whitespace) is always
  rejected, prepended or appended.
- Structured [-]digits[.digits][e[-]digits] strings never panic: they
  parse to a value whose own rendering reparses to the same bits, or
  fail with a range error only for genuinely huge exponents.

Integer inputs are assembled from arbitrary bytes because the built-in
Arbitrary instances are size-bounded and never reach the interesting
regions.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

15929 of 17642 relevant lines covered (90.29%)

134997.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6046.1 15 Aug 2026 01:07AM UTC 438
90.31
GitHub Action Run
Source Files on build 6046
  • Tree
  • List 437
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9f4ff366 on github
  • Prev Build on main (#6035)
  • Next Build on main (#6047)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc