Closed make-github-pseudonymous-again closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 65.86%. Comparing base (
e2940c1
) to head (5e45db4
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since fixing #812 with #963, tests are split-run using a strategy matrix, which was not configured with
fail-fast: false
(the default isfail-fast: true
). This PR configuresfail-fast: false
explicitly.