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: support exit-on-lost-leader flag #868

Merged
merged 1 commit into from
Aug 8, 2023

Feat: support exit-on-lost-leader flag

c368c9f
Select commit
Loading
Failed to load commit list.
Merged

Feat: support exit-on-lost-leader flag #868

Feat: support exit-on-lost-leader flag
c368c9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2023 in 0s

58.45% (+0.02%) compared to 8438aa7

View this Pull Request on Codecov

58.45% (+0.02%) compared to 8438aa7

Details

Codecov Report

Patch coverage: 53.33% and project coverage change: +0.02% 🎉

Comparison is base (8438aa7) 58.43% compared to head (c368c9f) 58.45%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #868      +/-   ##
==========================================
+ Coverage   58.43%   58.45%   +0.02%     
==========================================
  Files         115      115              
  Lines       20039    20048       +9     
==========================================
+ Hits        11709    11719      +10     
+ Misses       6897     6896       -1     
  Partials     1433     1433              
Files Changed Coverage Δ
pkg/server/config/config.go 0.00% <0.00%> (ø)
pkg/server/domain/service/workflow.go 59.25% <0.00%> (ø)
pkg/server/server.go 53.57% <0.00%> (-0.16%) ⬇️
pkg/server/event/sync/worker.go 76.62% <100.00%> (+1.97%) ⬆️

... and 6 files with indirect coverage changes

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