Closed freeekanayaka closed 11 months ago
Attention: 18 lines
in your changes are missing coverage. Please review.
Comparison is base (
f0a5b2d
) 74.85% compared to head (b92c209
) 74.94%.
Files | Patch % | Lines |
---|---|---|
src/uv.c | 80.00% | 2 Missing and 6 partials :warning: |
src/legacy.c | 75.00% | 4 Missing and 2 partials :warning: |
src/replication.c | 87.50% | 2 Missing :warning: |
src/fixture.c | 66.66% | 0 Missing and 1 partial :warning: |
src/uv_truncate.c | 0.00% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Move the code that triggers client callbacks out of
raft_step()
into the legacy compatibility layer. In v1, managing this kind of logic will be responsibility of user code.