From 858cedcff26706aa9630042bc0f5b80f8cc64114 Mon Sep 17 00:00:00 2001 From: iamqizhao <toqizhao@gmail.com> Date: Fri, 25 Sep 2015 13:54:54 -0700 Subject: [PATCH] add test coverage badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 232ffaa1..60d5c5d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #gRPC-Go -[](https://travis-ci.org/grpc/grpc-go) [](https://godoc.org/google.golang.org/grpc) +[](https://travis-ci.org/grpc/grpc-go) [](https://godoc.org/google.golang.org/grpc) [](https://coveralls.io/github/grpc/grpc-go?branch=master) The Go implementation of [gRPC](http://www.grpc.io/): A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the [gRPC Quick Start](http://www.grpc.io/docs/) guide.