Closed twentylemon closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.46%. Comparing base (
cec7517
) to head (910519a
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
1001 for some reason auto-merged despite the
test
check failing.release
is the only check that is required for branch protections, and it was skipped becausetest
failed, which apparently counts as succeeding. Docs say use the always() conditional expression in addition to needsuse the always() conditional expression in addition to needs, but that isn't exactly useful either since we wantrelease
to just be a marker.Chainingcontains works better, actions link to failure.always()
withfailure()
should work? Draft for testing it out.This also fixes the broken format.
Checklist
format
in the repository rootpytest
in the repository root