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

moonbitlang / core / 6035
91%

Build:
DEFAULT BRANCH: main
Ran 15 Aug 2026 01:00AM 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 12:57AM UTC coverage: 90.29%. Remained the same
6035

push

github

web-flow
test(string): add QuickCheck property coverage (#4034)

Pin the recent string fast paths (SIMD to_lower search, UInt16
comparison specialization, ASCII checks kept as UInt16) against naive
reference implementations that deliberately avoid those paths:

- to_lower/to_upper vs a char-by-char ASCII-only reference, including a
  boundary-code-point generator ('@'/'A'..'Z'/'[', backtick/'a'..'z'/'{',
  0x7F/0x80, 0xFF/0x100, BMP extremes, surrogate-pair chars) and padded
  inputs sliding the first uppercase char through SIMD block boundaries
- case-conversion laws: idempotence, length preservation, composition
  collapse, and String vs StringView implementation agreement
- compare vs a shortlex code-unit reference and lexical_compare vs a
  lexicographic reference, routed through Int so the specialized UInt16
  operators stay out of the oracle; antisymmetry, Eq consistency, and
  shared-prefix invariance
- find/contains vs a naive code-unit scan with a guaranteed occurrence

Verified on wasm-gc, wasm, native, and js so the SIMD, scalar, and JS
fallback implementations are all covered.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

15929 of 17642 relevant lines covered (90.29%)

133670.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6035.1 15 Aug 2026 01:00AM UTC 438
90.31
GitHub Action Run
Source Files on build 6035
  • Tree
  • List 437
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cff52fee on github
  • Prev Build on main (#6023)
  • Next Build on main (#6046)
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