Closed jsturtevant closed 1 year ago
Patch coverage has no change and project coverage change: -1.37
:warning:
Comparison is base (
34003e3
) 25.76% compared to head (6639bca
) 24.39%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
When adding windows implementation the new_client call had a possibility of failing so the result was wrapped in a Result. This caused the existing api to use a unwrap_or_else and panic since we couldn't pass the result onto the user.