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

moonbitlang / core / 3753
95%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 04:03AM UTC
Jobs 1
Files 356
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

12 Apr 2026 04:02AM UTC coverage: 94.994% (+0.007%) from 94.987%
3753

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.

14631 of 15402 relevant lines covered (94.99%)

220420.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3753.1 12 Apr 2026 04:03AM UTC 357
95.0
GitHub Action Run
Source Files on build 3753
  • Tree
  • List 356
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6d5ffde5 on github
  • Prev Build on main (#3749)
  • Next Build on main (#3761)
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