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

moonbitlang / core / 4418
94%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 10:24AM UTC
Jobs 1
Files 369
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

17 May 2026 10:23AM UTC coverage: 94.192%. Remained the same
4418

push

github

bobzhang
feat(builtin): add ReadOnlyArray::strip_prefix and strip_suffix

ReadOnlyArray already exposes starts_with and ends_with (which return
Bool), but lacked the slicing complements strip_prefix and strip_suffix
that both Array and ArrayView provide. Add them, delegating through
the matching ArrayView methods via `self[:]`. The returned ArrayView
shares the backing storage — no allocation.

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

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

14954 of 15876 relevant lines covered (94.19%)

207865.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4418.1 17 May 2026 10:24AM UTC 370
94.2
GitHub Action Run
Source Files on build 4418
  • Tree
  • List 369
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d0285a22 on github
  • Prev Build on main (#4415)
  • Next Build on main (#4420)
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