From 1a3c763f20a130fd003e391056281d6db38760c2 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 6 Feb 2017 16:08:03 -0800 Subject: [PATCH] Add code coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c30cc696..6236ac6c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ StreamJsonRpc [![NuGet package](https://img.shields.io/nuget/v/StreamJsonRpc.svg)](https://nuget.org/packages/StreamJsonRpc) [![Build status](https://ci.appveyor.com/api/projects/status/3qckpo5perk9r83j/branch/master?svg=true)](https://ci.appveyor.com/project/AArnott/vs-streamjsonrpc/branch/master) +[![codecov](https://codecov.io/gh/Microsoft/vs-streamjsonrpc/branch/master/graph/badge.svg)](https://codecov.io/gh/Microsoft/vs-streamjsonrpc) StreamJsonRpc is a cross-platform, .NET portable library that implements the [JSON-RPC][JSONRPC] wire protocol.