From f52535762f4a910668f4772a84b5e76234ca87b3 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 10 Feb 2016 13:48:28 -0800 Subject: [PATCH] adding codecov badge to readme Signed-off-by: David Lawrence (github: endophage) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed3ca49351..96cd5be5c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Notary [![Circle CI](https://circleci.com/gh/docker/notary/tree/master.svg?style=shield)](https://circleci.com/gh/docker/notary/tree/master) +# Notary +[![Circle CI](https://circleci.com/gh/docker/notary/tree/master.svg?style=shield)](https://circleci.com/gh/docker/notary/tree/master) [![CodeCov](https://codecov.io/github/docker/notary/coverage.svg?branch=master)](https://codecov.io/github/docker/notary) The Notary project comprises a [server](cmd/notary-server) and a [client](cmd/notary) for running and interacting with trusted collections.