Closed danielocfb closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.39%. Comparing base (
75714f8
) to head (9dc9dfb
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As of commit f3c8d248a198 ("Make Addr a u64") all addresses were supposed to be represented as 64 bit integers. However, that changed did not adjust the C API bindings. Usually that would have been picked up transparently in the C header, except that cbindgen required us to explicitly specify the address type, leading to a mismatch. Fix it up.