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

moonbitlang / core / 4424 / 1
94%
main: 94%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 04:13AM UTC
Files 370
Run time 7s
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

18 May 2026 04:12AM UTC coverage: 94.204% (+0.001%) from 94.203%
4424.1

push

github

bobzhang
feat(builtin): add ReadOnlyArray::filter and filter_map

Array and ArrayView both provide `filter` and `filter_map`.
ReadOnlyArray didn't. Add them, returning ReadOnlyArray to match the
existing convention (ReadOnlyArray::map returns ReadOnlyArray, not
Array). Implementations route through ArrayView::filter / filter_map
and reinterpret the result.

Tests cover the success path (some elements pass), empty input,
none-passes, and all-dropped (filter_map returning None).

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

14986 of 15908 relevant lines covered (94.2%)

215885.45 hits per line

Source Files on job 4424.1
  • Tree
  • List 370
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4424
  • 5a4f192a on github
  • Prev Job for on main (#4420.1)
  • Next Job for on main (#4427.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