Closed kylezs closed 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72%. Comparing base (
277b152
) to head (f3eee8d
). Report is 7 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull Request
Checklist
Please conduct a thorough self-review before opening the PR.
Summary
I hit an issue when writing a check like so on my PR:
and it was because without explicitly comparing the whole post-state as is currently done on some Checks, it can't infer the rest of the state. Fixing this by explicitly providing the type in the closure, writing checks should remain just as clean.