Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use io::Error instead of SendError #80

Merged
merged 1 commit into from
May 20, 2024

Use `io::Error` instead of `SendError`

7d27ea8
Select commit
Loading
Failed to load commit list.
Merged

Use io::Error instead of SendError #80

Use `io::Error` instead of `SendError`
7d27ea8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 17, 2024 in 0s

73.26% (+0.00%) compared to e585df2

View this Pull Request on Codecov

73.26% (+0.00%) compared to e585df2

Details

Codecov Report

Attention: Patch coverage is 68.42105% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 73.26%. Comparing base (e585df2) to head (7d27ea8).

Files Patch % Lines
src/request.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #80   +/-   ##
=======================================
  Coverage   73.26%   73.26%           
=======================================
  Files           4        4           
  Lines         303      303           
=======================================
  Hits          222      222           
  Misses         81       81           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.