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 wait() operator for an actor #304

Merged
merged 1 commit into from
Dec 20, 2024

Add a `wait()` operator for an actor

583c22b
Select commit
Loading
Failed to load commit list.
Merged

Add a wait() operator for an actor #304

Add a `wait()` operator for an actor
583c22b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

82.17% (+0.02%) compared to 6842be7

View this Pull Request on Codecov

82.17% (+0.02%) compared to 6842be7

Details

Codecov Report

Attention: Patch coverage is 91.42857% with 3 lines in your changes missing coverage. Please review.

Project coverage is 82.17%. Comparing base (6842be7) to head (583c22b).

Files with missing lines Patch % Lines
ractor/src/actor/actor_cell.rs 77.77% 2 Missing ⚠️
ractor/src/actor/tests/mod.rs 94.44% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #304      +/-   ##
==========================================
+ Coverage   82.14%   82.17%   +0.02%     
==========================================
  Files          60       60              
  Lines       10997    11032      +35     
==========================================
+ Hits         9034     9066      +32     
- Misses       1963     1966       +3     

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