Closed weiihann closed 1 month ago
Attention: Patch coverage is 75.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 78.56%. Comparing base (
0c0700c
) to head (92fa102
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
rpc/class.go | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR moves the Rust dependencies and FFI functions in the
starknet
package to a separate subpackage calledstarknet/compiler
.FFI code may have specific build requirements or dependencies. Isolating it in a subpackage allows us to manage these dependencies more effectively without impacting the higher level package.