From 1f1b8e16a78e56b7c0027f596aa0254f42b126b4 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 27 Dec 2015 20:35:20 +0100 Subject: [PATCH] Add Code Quality Badge Closes #379 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bd6dd275..279a2e8d1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -[![Stories in Ready](https://badge.waffle.io/restic/restic.png?label=ready&title=Ready)](https://waffle.io/restic/restic) [![Build Status](https://travis-ci.org/restic/restic.svg?branch=master)](https://travis-ci.org/restic/restic) [![Build status](https://ci.appveyor.com/api/projects/status/nuy4lfbgfbytw92q/branch/master?svg=true)](https://ci.appveyor.com/project/fd0/restic/branch/master) +[![Report Card](http://goreportcard.com/badge/restic/restic)](http://goreportcard.com/report/restic/restic) [![sourcegraph status](https://sourcegraph.com/api/repos/github.com/restic/restic/.badges/status.png)](https://sourcegraph.com/github.com/restic/restic) [![Coverage Status](https://coveralls.io/repos/restic/restic/badge.svg)](https://coveralls.io/r/restic/restic) +[![Stories in Ready](https://badge.waffle.io/restic/restic.png?label=ready&title=Ready)](https://waffle.io/restic/restic) Restic Design Principles ========================