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: reimplement the supervisor strategy #625

Merged
merged 2 commits into from
Feb 13, 2025

refactor: reimplement the supervisor strategy

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

refactor: reimplement the supervisor strategy #625

refactor: reimplement the supervisor strategy
35b7b8a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 13, 2025 in 0s

83.58% (target 80.00%)

View this Pull Request on Codecov

83.58% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 93.15068% with 20 lines in your changes missing coverage. Please review.

Project coverage is 83.58%. Comparing base (056ddcd) to head (35b7b8a).

Files with missing lines Patch % Lines
actor/pid.go 88.42% 10 Missing and 1 partial ⚠️
actor/pid_tree.go 92.10% 4 Missing and 2 partials ⚠️
actor/supervisor.go 95.52% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #625      +/-   ##
==========================================
+ Coverage   83.42%   83.58%   +0.15%     
==========================================
  Files         106      105       -1     
  Lines        9088     9160      +72     
==========================================
+ Hits         7582     7656      +74     
+ Misses       1160     1157       -3     
- Partials      346      347       +1     

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