Closed sunshowers closed 3 weeks ago
Attention: Patch coverage is 69.07216%
with 30 lines
in your changes missing coverage. Please review.
Project coverage is 79.79%. Comparing base (
f1966f7
) to head (bbede97
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
nextest-runner/src/runner.rs | 68.08% | 30 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Trying to handle reporter errors in the main runner loop is a bit of a mess. Instead, handle them at a higher level and use a oneshot channel to indicate that an error has occurred. This fits in quite naturally with the rest of the event-driven system.
Also change "canceled" to "cancelled" for consistency.