diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-20 20:42:53 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-20 20:42:53 +0200 |
commit | 06ac1c26a14be73f409138f2877c236f352bcdf9 (patch) | |
tree | 7aacd0b4297e64953216e97ca28db0ed2dbf7f6a | |
parent | b8728c0bb0e474edcdceaec9c7b6960bb6d879ac (diff) | |
download | gitlab-ce-06ac1c26a14be73f409138f2877c236f352bcdf9.tar.gz |
Add tests coverage report badge to READMEdocs/add-tests-coverage-badge-to-readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index fee93d5f9c3..f00dec0ab82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GitLab [![build status](https://gitlab.com/gitlab-org/gitlab-ce/badges/master/build.svg)](https://gitlab.com/gitlab-org/gitlab-ce/commits/master) +[![coverage report](https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg?job=coverage)](https://gitlab.com/gitlab-org/gitlab-ce/commits/master) [![Code Climate](https://codeclimate.com/github/gitlabhq/gitlabhq.svg)](https://codeclimate.com/github/gitlabhq/gitlabhq) ## Canonical source |