travisjeffery / jocko

Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
https://twitter.com/travisjeffery
MIT License
4.92k stars 361 forks source link

updates #141

Closed travisjeffery closed 6 years ago

travisjeffery commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #141 into master will increase coverage by 28.29%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #141       +/-   ##
==========================================
+ Coverage    41.4%   69.7%   +28.29%     
==========================================
  Files          84       9       -75     
  Lines        5936     581     -5355     
==========================================
- Hits         2458     405     -2053     
+ Misses       3022     114     -2908     
+ Partials      456      62      -394
Impacted Files Coverage Δ
commitlog/reader.go 81.57% <85.71%> (+2.79%) :arrow_up:
protocol/size_field.go
jocko/dialer.go
jocko/structs/topic_config.go
jocko/fsm/index.go
protocol/message.go
protocol/protocol.go
protocol/decoder.go
jocko/fsm/snapshot.go
protocol/encoder.go
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3497f59...898f0dd. Read the comment docs.