From d958ed4fbc8cfdce9c8a1a5dc51d2acfedc116c2 Mon Sep 17 00:00:00 2001 From: Feike Steenbergen Date: Thu, 21 May 2015 09:31:35 +0200 Subject: [PATCH] Add badges to Governor showing test coverage and build status. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5af483f8..37050983 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/zalando/governor.svg?branch=master)](https://travis-ci.org/zalando/governor) +[![Coverage Status](https://coveralls.io/repos/zalando/governor/badge.svg?branch=master)](https://coveralls.io/r/zalando/governor?branch=master) # Governor: A Template for PostgreSQL HA with etcd *There are many ways to run high availability with PostgreSQL; here we present a template for you to create your own custom fit high availability solution using etcd and python for maximum accessibility.*