diff options
author | Rémy Coutable <remy@rymai.me> | 2018-07-09 16:20:22 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-07-09 16:20:22 +0000 |
commit | ab3c91a702a6a38374d574488ba4841758842505 (patch) | |
tree | 1156debd3af23d2ee185820a77eeaa051cf52855 | |
parent | 5535e51311c8aa8a9f47ca75c699425fc0275479 (diff) | |
parent | 9e85e37bdebc956636c7f67f0162e4174aac79e0 (diff) | |
download | gitlab-ce-ab3c91a702a6a38374d574488ba4841758842505.tar.gz |
Merge branch 'dz-remote-badges-from-readme' into 'master'
Remove badges from README.md in favor of GitLab badges feature
Closes #48895
See merge request gitlab-org/gitlab-ce!20447
-rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md index 77f03b791f2..b6e1cc9a432 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ # GitLab -[![Build status](https://gitlab.com/gitlab-org/gitlab-ce/badges/master/build.svg)](https://gitlab.com/gitlab-org/gitlab-ce/commits/master) -[![Overall test coverage](https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg)](https://gitlab.com/gitlab-org/gitlab-ce/pipelines) -[![Code Climate](https://codeclimate.com/github/gitlabhq/gitlabhq.svg)](https://codeclimate.com/github/gitlabhq/gitlabhq) -[![Core Infrastructure Initiative Best Practices](https://bestpractices.coreinfrastructure.org/projects/42/badge)](https://bestpractices.coreinfrastructure.org/projects/42) -[![Gitter](https://badges.gitter.im/gitlabhq/gitlabhq.svg)](https://gitter.im/gitlabhq/gitlabhq?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) - ## Test coverage - [![Ruby coverage](https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg?job=coverage)](https://gitlab-org.gitlab.io/gitlab-ce/coverage-ruby) Ruby |