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

feat: add cluster singleton #628

Merged
merged 24 commits into from
Feb 21, 2025

refactor: enhance code coverage

f22aeab
Select commit
Loading
Failed to load commit list.
Merged

feat: add cluster singleton #628

refactor: enhance code coverage
f22aeab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 21, 2025 in 0s

83.41% (target 80.00%)

View this Pull Request on Codecov

83.41% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 81.71745% with 66 lines in your changes missing coverage. Please review.

Project coverage is 83.41%. Comparing base (75891ff) to head (f22aeab).

Files with missing lines Patch % Lines
internal/cluster/engine.go 69.84% 14 Missing and 5 partials ⚠️
actor/actor_system.go 83.33% 14 Missing and 4 partials ⚠️
actor/cluster_singleton.go 81.33% 10 Missing and 4 partials ⚠️
internal/collection/syncmap/map.go 0.00% 12 Missing ⚠️
actor/rebalancer.go 92.68% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #628      +/-   ##
==========================================
- Coverage   83.50%   83.41%   -0.09%     
==========================================
  Files         105      107       +2     
  Lines        9156     9396     +240     
==========================================
+ Hits         7646     7838     +192     
- Misses       1161     1200      +39     
- Partials      349      358       +9     

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