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

moonbitlang / core / 3918 / 1
95%
main: 95%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 02:21AM UTC
Files 357
Run time 8s
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

24 Apr 2026 02:20AM UTC coverage: 94.88%. Remained the same
3918.1

push

github

bobzhang
perf(bigint,random): accept BytesView for octet/seed inputs

Both `BigInt::from_octets` and `ChaCha8::new` only read their byte
argument — neither stores it nor mutates through it — so there's no
reason to require ownership. Callers who already have a `BytesView`
(for example a slice into a larger buffer, or a view handed back from
an encoder) can now pass it directly without materializing a fresh
`Bytes`.

This is an expanding mbti change: every existing `Bytes` caller still
compiles because `Bytes` coerces to `BytesView` at argument passing.

Continues the "view-safe expansion" theme from #3459 / #3460.

14750 of 15546 relevant lines covered (94.88%)

220716.29 hits per line

Source Files on job 3918.1
  • Tree
  • List 357
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3918
  • f7aa6da9 on github
  • Prev Job for on main (#3913.1)
  • Next Job for on main (#3921.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