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

qmonnet / rbpf / 21745577859
96%

Build:
DEFAULT BRANCH: main
Ran 06 Feb 2026 09:30AM UTC
Jobs 1
Files 12
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

06 Feb 2026 09:28AM UTC coverage: 95.606%. Remained the same
21745577859

push

github

qmonnet
Cargo.toml,README.md: Bump version to 0.4.1

Bug fixes:

- Fix integer overflow in local function calls by using checked
  arithmetic for call offsets. Previously, certain call offset values
  could cause an integer overflow/underflow.
- Fix 32-bit ALU operations (ADD32, SUB32, MUL32) to properly
  zero-extend results. The result is now correctly cast to u32 before
  extending to u64.
- Replace unimplemented!() panics with proper error messages for
  unsupported instructions (XADD, TAIL_CALL), preventing unexpected
  panics during execution.
- In the x86_64 JIT compiler, fix divisor handling in emit_muldivmod:
  the JIT now correctly uses the is_reg flag to determine whether the
  divisor is in a register or an immediate value, rather than checking
  if imm != 0.

(These notes were mostly generated from the Git history by Claude Code.)

Signed-off-by: Quentin Monnet <qmo@qmon.net>

4547 of 4756 relevant lines covered (95.61%)

237.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21745577859.1 06 Feb 2026 09:30AM UTC 12
95.61
GitHub Action Run
Source Files on build 21745577859
  • Tree
  • List 12
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2b335775 on github
  • Prev Build on main (#21729999101)
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