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

moonbitlang / core / 4633
94%

Build:
DEFAULT BRANCH: main
Ran 07 Jun 2026 01:09AM UTC
Jobs 1
Files 370
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

07 Jun 2026 01:08AM UTC coverage: 94.241%. Remained the same
4633

push

github

bobzhang
warnings: enable unnecessary_view_op, drop redundant `[:]` views

Adds `+unnecessary_view_op` to the workspace warn-list and drops the
unnecessary `[:]` view conversion at every site the lint flags
(~111 sites in `builtin/string_methods.mbt`, `builtin/arrayview*`,
`builtin/readonlyarray*`, `builtin/array*`, `debug/printer.mbt`, etc.).

In two ReadOnlyArray methods (`filter`, `filter_map`), only the outer
`[:]` was removable; the inner `self[:]` is kept because removing it
recurses into the same method (`ReadOnlyArray::filter`/`filter_map`)
instead of dispatching to `ArrayView::filter`/`filter_map`. The lint
flagged both but only one is genuinely unnecessary.

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

5 of 7 new or added lines in 4 files covered. (71.43%)

14958 of 15872 relevant lines covered (94.24%)

207068.03 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
90.32
0.0% debug/printer.mbt
Jobs
ID Job ID Ran Files Coverage
1 4633.1 07 Jun 2026 01:09AM UTC 371
94.25
GitHub Action Run
Source Files on build 4633
  • Tree
  • List 370
  • Changed 8
  • Source Changed 8
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 154ae593 on github
  • Prev Build on main (#4631)
  • Next Build on main (#4635)
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