Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-03-23 14:56:21 +0300
committerNick Thomas <nick@gitlab.com>2017-03-23 14:56:21 +0300
commit948b7c43d8a05b86737ea27eac5e4891f9c86926 (patch)
treeae65f2bb62707790e976470133171979b47a652c
parentfdcb2c92afd04b953d059009d1b4a5ae83562a6b (diff)
Add badges to README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7ff395cc..a4fed1e7 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.