Closed akoshelev closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.60%. Comparing base (
b97a908
) to head (357ecde
). 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.
We are getting errors in our CI like these, so everything is blocked now: https://github.com/private-attribution/ipa/actions/runs/11243388038/job/31259140713
Thanks to @andyleiserson who pointed that out that we could actually exclude packages that are failing because we only use unsafe features in ipa-core. He also figured that this failure may be related to this https://github.com/lu-zero/cargo-c/issues/398#issuecomment-2349191336 which means that the fix may be coming soon
I checked the fix in my repo and it appears to be working: https://github.com/akoshelev/raw-ipa/actions/runs/11246313348/job/31267934735