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

moonbitlang / core / 3939
94%

Build:
DEFAULT BRANCH: main
Ran 25 Apr 2026 12:36AM 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

25 Apr 2026 12:35AM UTC coverage: 94.89% (-0.001%) from 94.891%
3939

push

github

bobzhang
perf(buffer): unify Buffer::write_bytes with write_bytesview

`Buffer::write_bytes(value : Bytes)` and `Buffer::write_bytesview(value : BytesView)`
were doing the same thing with different parameter types. Expand the
former to `BytesView` and make it delegate — existing `Bytes` callers
keep working via coercion, and the implementation is now one line
instead of two parallel blit loops kept in sync.

`write_bytesview` stays for now (callers may have reached for the
explicit name); in a future cleanup it can be deprecated once downstream
migrates to just using `write_bytes`.

Continues the view-safe expansion theme (#3459, #3460, #3461).

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

14781 of 15577 relevant lines covered (94.89%)

220279.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3939.1 25 Apr 2026 12:36AM UTC 357
94.9
GitHub Action Run
Source Files on build 3939
  • Tree
  • List 356
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 51a97f67 on github
  • Prev Build on main (#3937)
  • Next Build on main (#3944)
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