Closed NoahTheDuke closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.16%. Comparing base (
06b6b83
) to head (a124899
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @NoahTheDuke , really appreciate the structured approach you're taking here. Is this good to be merged?
Oh and could you please add a change log entry? Thanks!
Excepting the change log entry, I believe it is.
Much appreciated!
This has been released in 1.88.1376.
:once
fixtures that call the providedf
multiple times can swallow failures if the last call passes. Instead of swapping out the results of therun-testables
call each time (which discards the existing failures), we should conj all calls together and return that as the completed result.Related to #388