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

Add a simple tokio-based nursery #29

Merged
merged 3 commits into from
Jan 10, 2025

Basic nursery tests

fb3edd0
Select commit
Loading
Failed to load commit list.
Merged

Add a simple tokio-based nursery #29

Basic nursery tests
fb3edd0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2025 in 0s

82.19% (+0.50%) compared to ae88c3b

View this Pull Request on Codecov

82.19% (+0.50%) compared to ae88c3b

Details

Codecov Report

Attention: Patch coverage is 92.30769% with 5 lines in your changes missing coverage. Please review.

Project coverage is 82.19%. Comparing base (ae88c3b) to head (fb3edd0).

Files with missing lines Patch % Lines
crates/tokio-nursery/src/lib.rs 92.30% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   81.68%   82.19%   +0.50%     
==========================================
  Files          31       32       +1     
  Lines        1294     1359      +65     
==========================================
+ Hits         1057     1117      +60     
- Misses        237      242       +5     

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