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

update makefile for adding coverage #152

Closed thinkerou closed 1 year ago

thinkerou commented 5 years ago

now have not record test coverage

codecov[bot] commented 5 years ago

Codecov Report

Merging #152 into master will increase coverage by 0.76%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
+ Coverage   39.54%   40.30%   +0.76%     
==========================================
  Files          84       84              
  Lines        6006     6006              
==========================================
+ Hits         2375     2421      +46     
+ Misses       3175     3119      -56     
- Partials      456      466      +10     
Impacted Files Coverage Δ
jocko/broker.go 46.04% <0.00%> (+0.56%) :arrow_up:
jocko/leader.go 57.45% <0.00%> (+11.11%) :arrow_up:

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 4c4bac5...fc1500c. Read the comment docs.

travisjeffery commented 5 years ago

@thinkerou thanks for the PRs.