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

contrib/raftexample: fix naked return. #10562

Merged
merged 1 commit into from
Mar 20, 2019
Merged

contrib/raftexample: fix naked return. #10562

merged 1 commit into from
Mar 20, 2019

Conversation

johncming
Copy link
Contributor

fix naked return.

@codecov-io
Copy link

codecov-io commented Mar 20, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10562      +/-   ##
==========================================
+ Coverage   71.56%   71.78%   +0.22%     
==========================================
  Files         393      393              
  Lines       36568    36568              
==========================================
+ Hits        26169    26250      +81     
+ Misses       8560     8495      -65     
+ Partials     1839     1823      -16
Impacted Files Coverage Δ
clientv3/namespace/watch.go 87.87% <0%> (-6.07%) ⬇️
etcdctl/ctlv3/command/printer_simple.go 72.48% <0%> (-1.35%) ⬇️
etcdserver/api/v2http/client.go 85.51% <0%> (-1.21%) ⬇️
clientv3/lease.go 91.85% <0%> (-0.75%) ⬇️
mvcc/watchable_store.go 84.56% <0%> (-0.36%) ⬇️
etcdserver/api/v3rpc/watch.go 82.35% <0%> (ø) ⬆️
etcdserver/server.go 74.82% <0%> (+0.21%) ⬆️
auth/store.go 74.67% <0%> (+0.26%) ⬆️
clientv3/watch.go 91.77% <0%> (+0.42%) ⬆️
raft/raft.go 92.16% <0%> (+0.65%) ⬆️
... and 17 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 09d0844...4452d4b. Read the comment docs.

@xiang90 xiang90 merged commit 77d4b74 into etcd-io:master Mar 20, 2019
@johncming johncming deleted the naked_return branch March 21, 2019 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants