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

moonbitlang / core / 4424
94%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 04:13AM 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

18 May 2026 04:12AM UTC coverage: 94.194% (+0.001%) from 94.193%
4424

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>

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

14957 of 15879 relevant lines covered (94.19%)

216279.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4424.1 18 May 2026 04:13AM UTC 370
94.2
GitHub Action Run
Source Files on build 4424
  • Tree
  • List 369
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5a4f192a on github
  • Prev Build on main (#4420)
  • Next Build on main (#4427)
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