Skip to content

Commit 66ce0f2

Browse files
committed
Add code coverage badge to README.md
Moving to below the header reduces the amount of whitespace between them and the rest of the text.
1 parent b1e2aae commit 66ce0f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
[![Build Status](https://travis-ci.org/grpc/grpc-java.svg?branch=master)](https://travis-ci.org/grpc/grpc-java)
2-
31
gRPC-Java - An RPC library and framework
42
========================================
53

4+
[![Build Status](https://travis-ci.org/grpc/grpc-java.svg?branch=master)](https://travis-ci.org/grpc/grpc-java)
5+
[![Coverage Status](https://coveralls.io/repos/grpc/grpc-java/badge.svg?branch=master&service=github)](https://coveralls.io/github/grpc/grpc-java?branch=master)
6+
67
gRPC-Java works with JDK 6. TLS usage typically requires using Java 8, or Play
78
Services Dynamic Security Provider on Android. Please see the [Security
89
Readme](SECURITY.md).

0 commit comments

Comments
 (0)