Closed NiklasVousten closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.55%. Comparing base (
64c64a5
) to head (1425361
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Solves issue with missing cfg(PyPy), and so on
Updating the pyo3-build-config crate was enough. Additionally
cargo update
was runAdded
#[cfg(unix)]
topyo3_bindgen_macros
utils.rs
to fix unused import error