Closed mooori closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.44%. Comparing base (
aa72a8f
) to head (6eb8b47
). Report is 42 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Doing a dry run publish or publishing the crates to a dummy registry turns out to be quite tricky as described in #11985. Closing for now as there is another project with higher priority.
Currently CI may be green even when building a published crate in isolation fails, as described in #11985. This PR adds a CI workflow to catch such scenarios. Commit 4ac281e verifies it works as intended, since for its CI run everything is green except for the newly added workflow. (Clicking below on the red X next to 4ac281e shows workflow results.)
Closes #11985