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

refactor: cleanup the code to allow easy extensibility #505

Merged
merged 14 commits into from
Oct 27, 2024

refactor: cleanup the code to allow easy extensibility

35f9c93
Select commit
Loading
Failed to load commit list.
Merged

refactor: cleanup the code to allow easy extensibility #505

refactor: cleanup the code to allow easy extensibility
35f9c93
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 27, 2024 in 0s

87.76% (+0.36%) compared to 7209b33

View this Pull Request on Codecov

87.76% (+0.36%) compared to 7209b33

Details

Codecov Report

Attention: Patch coverage is 90.14599% with 81 lines in your changes missing coverage. Please review.

Project coverage is 87.76%. Comparing base (7209b33) to head (35f9c93).

Files with missing lines Patch % Lines
actors/actor_system.go 81.61% 18 Missing and 7 partials ⚠️
actors/remoting.go 91.22% 15 Missing and 5 partials ⚠️
client/client.go 86.17% 8 Missing and 5 partials ⚠️
actors/redistribution.go 69.23% 8 Missing and 4 partials ⚠️
actors/scheduler.go 86.15% 6 Missing and 3 partials ⚠️
actors/pid.go 98.50% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #505      +/-   ##
==========================================
+ Coverage   87.40%   87.76%   +0.36%     
==========================================
  Files          45       46       +1     
  Lines        4294     4513     +219     
==========================================
+ Hits         3753     3961     +208     
- Misses        426      433       +7     
- Partials      115      119       +4     

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