Closed alexdewar closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.89%. Comparing base (
5f54705
) to head (5cc62f0
). 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.
I just noticed that
cargo doc
is emitting a warning for our code, but I didn't noticed until now, because, while we do build and the API documentation on pushes tomain
, at no point do we check for warnings.This PR adds a workflow to do this for PRs. The docs workflow is also changed to fail on warnings; while this means that docs with warnings won't be published, it also means we'll get an email if we break the documentation on
main
.