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

moonbitlang / core / 3918
95%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 02:21AM 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

24 Apr 2026 02:20AM UTC coverage: 94.87%. Remained the same
3918

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.

14721 of 15517 relevant lines covered (94.87%)

221128.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3918.1 24 Apr 2026 02:21AM UTC 357
94.88
GitHub Action Run
Source Files on build 3918
  • Tree
  • List 356
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f7aa6da9 on github
  • Prev Build on main (#3913)
  • Next Build on main (#3921)
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