mirror of https://github.com/grpc/grpc-java.git
Add Codecov.io badge for code coverage
We find codecov.io generally more useful than coveralls.io, so make it a bit easier to dig into the coverage. We put it second simply because when people think "test coverage" without any other details they (rightly) generally assume line coverage; condition coverage is generally a separate metric. Codecov uses a combined line+condition coverage metric which is pretty nice, but if you are unfamiliar with it it appears like code coverage is lower than it actually is.
This commit is contained in:
parent
14432dfe67
commit
cfe7d7c00d
|
|
@ -21,7 +21,8 @@ Provider on Android. Please see the [Security Readme](SECURITY.md).
|
|||
|
||||
[](https://gitter.im/grpc/grpc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://travis-ci.org/grpc/grpc-java)
|
||||
[](https://coveralls.io/github/grpc/grpc-java?branch=master)
|
||||
[](https://coveralls.io/github/grpc/grpc-java?branch=master)
|
||||
[](https://codecov.io/gh/grpc/grpc-java)
|
||||
|
||||
Getting Started
|
||||
---------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue