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

moonbitlang / core / 1794
93%
main: 92%

Build:
Build:
LAST BUILD BRANCH: Yu-zh/add-notequal-trait-method
DEFAULT BRANCH: main
Ran 06 Nov 2025 06:23AM UTC
Jobs 1
Files 251
Run time 5min
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

06 Nov 2025 05:49AM UTC coverage: 89.733% (-0.09%) from 89.818%
1794

Pull #2921

github

bobzhang
feat(bytes): add missing methods to Bytes for API consistency with BytesView

- Add iter2() to BytesView for indexed iteration
- Add signed extraction methods to Bytes:
  * unsafe_extract_bit_signed
  * unsafe_extract_byte_signed
  * unsafe_extract_int_be/le
  * unsafe_extract_int64_be/le
- Add numeric conversion methods to Bytes:
  * to_int_be/le, to_int64_be/le
  * to_uint_be/le, to_uint64_be/le (deprecated)
  * to_float_be/le, to_double_be/le (deprecated)

All new Bytes methods delegate to BytesView via bs[:] for consistency.
All tests pass (173/173).
Pull Request #2921: feat(bytes): add missing methods to Bytes for API consistency with By…

3 of 14 new or added lines in 3 files covered. (21.43%)

9998 of 11142 relevant lines covered (89.73%)

180826.7 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
97.3
-1.27% bytes/view.mbt
4
78.95
-21.05% bytes/methods.mbt
6
90.99
-5.2% bytes/bitstring.mbt
Jobs
ID Job ID Ran Files Coverage
1 1794.1 06 Nov 2025 06:23AM UTC 252
89.76
GitHub Action Run
Source Files on build 1794
  • Tree
  • List 251
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2921
  • PR Base - main (#1791)
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