Closed G-Rath closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.93%. Comparing base (
31789cc
) to head (701f77a
). Report is 12 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Yes, but you're more likely to have to re-run it more because you might have os-specific failures - for example I won't know if #1211 is going to pass on any OSs because the macOS job failed; now that #1215 is landed that should be unblocked but now I'll just learn if any-but-not-all of the OSs are passing (and repeat until all jobs are passing...)
Ultimately up to you though - please do close this PR if you'd still prefer to keep fail-fast enabled :)
I think we will close this, but thank you so much for the contribution, appreciate you!
This PR contains a:
Motivation / Use-Case
Matrixes "fail fast" by default, which can be annoying as failures in linting and the test suite by the time a pull request are technically expected to be because of one specific dimension (e.g. an os, since most people don't develop on multiple os's at the same time) - so this disables that :)
Breaking Changes
Not a breaking change
Additional Info