dragonboat
dragonboat copied to clipboard
mod: bump dragonboat to pebble 1.0.0
This is based off work of @tylerwilliams in https://github.com/lni/dragonboat/pull/339 as I am eagerly waiting for this to be merged, I took the liberty to rebase the PR and open it again.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
1d6e2d7
) 84.49% compared to head (ad763cb
) 84.44%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #341 +/- ##
==========================================
- Coverage 84.49% 84.44% -0.04%
==========================================
Files 10 10
Lines 4280 4280
==========================================
- Hits 3616 3614 -2
- Misses 406 407 +1
- Partials 258 259 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@lni What about the staticcheck errors should I fix them as well (they seem all to be related to bump of Go version rather than to core of this PR)
@coufalja thanks for picking this up :)
I have fixed the static-check issues in a separate commit.
@lni Any feedback?
It looks that meanwhile 1.1.0 was published, should I update this? It again breaks the lni/vfs so we will need to go through the full loop again.