From 948b7c43d8a05b86737ea27eac5e4891f9c86926 Mon Sep 17 00:00:00 2001
From: Nick Thomas <nick@gitlab.com>
Date: Thu, 23 Mar 2017 11:56:21 +0000
Subject: [PATCH] Add badges to README

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 7ff395c..a4fed1e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
 ## GitLab Pages Daemon
 
+[![build status](https://gitlab.com/gitlab-org/gitlab-pages/badges/master/build.svg)](https://gitlab.com/gitlab-org/gitlab-pages/commits/master)
+
+[![coverage report](https://gitlab.com/gitlab-org/gitlab-pages/badges/master/coverage.svg)](https://gitlab.com/gitlab-org/gitlab-pages/commits/master)
+
 This is simple HTTP server written in Go made to serve GitLab Pages with CNAMEs and SNI using HTTP/HTTP2.
 
 This is made to work in small-to-medium scale environments.
-- 
GitLab