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

moonbitlang / core / 3753 / 1
95%
main: 95%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 04:03AM UTC
Files 357
Run time 8s
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

12 Apr 2026 04:02AM UTC coverage: 95.004% (+0.007%) from 94.997%
3753.1

push

github

bobzhang
refactor(string): rewrite map sketch as newtype key wrapper

Replace the AsciiCaseInsensitiveMap wrapper with a simpler
AsciiCaseInsensitiveString newtype that implements Hash (folding
A..Z to a..z per code unit) and Eq (delegating to
equal_ignore_ascii_case). This lets callers use plain
Map[AsciiCaseInsensitiveString, V] for O(1) case-insensitive lookup
with no extra map forwarding code — the same pattern as Rust's
unicase::Ascii or .NET's StringComparer.OrdinalIgnoreCase.

14660 of 15431 relevant lines covered (95.0%)

220005.94 hits per line

Source Files on job 3753.1
  • Tree
  • List 357
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3753
  • 6d5ffde5 on github
  • Prev Job for on main (#3749.1)
  • Next Job for on main (#3761.1)
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