slawlor / ractor

Rust actor framework
MIT License
1.3k stars 66 forks source link

Add OutputPortSubscriber #223

Closed dcadenas closed 2 months ago

dcadenas commented 3 months ago

Resolves https://github.com/slawlor/ractor/issues/222

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 81.64%. Comparing base (8c310e7) to head (fa1d06c). Report is 14 commits behind head on main.

Files Patch % Lines
ractor/src/port/output/tests.rs 98.91% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #223 +/- ## ========================================== + Coverage 79.73% 81.64% +1.91% ========================================== Files 50 50 Lines 9790 9578 -212 ========================================== + Hits 7806 7820 +14 + Misses 1984 1758 -226 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

slawlor commented 2 months ago

Hmm CI isn't green. Can you take a look?