diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-10 19:22:26 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-10 19:22:26 +0000 |
commit | a5cd9c9a596c4160bbdc7645f57266655488386c (patch) | |
tree | 2f04e448bf51e25d6d3ab6237d0517d4c8265c1b | |
parent | 494269fc92f61098ee6bd635a0426129ce2c5456 (diff) | |
parent | 7336e73b69040ecb6e8f474d029c8b741090efb2 (diff) | |
download | gitlab-ce-a5cd9c9a596c4160bbdc7645f57266655488386c.tar.gz |
Merge branch 'doc/link-coverage-badge-to-coverage-report' into 'master'
Add link to test coverage report to README
## What does this MR do?
Since we have GitLab Pages with test coverage report, it makes sense to link coverage badge there, instead of linking to commits page.
See merge request !6772
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 8236f986b56..a6b30aff5a0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GitLab -[](https://gitlab.com/gitlab-org/gitlab-ce/commits/master) -[](https://gitlab.com/gitlab-org/gitlab-ce/commits/master) +[](https://gitlab.com/gitlab-org/gitlab-ce/commits/master) +[](http://gitlab-org.gitlab.io/gitlab-ce/coverage-ruby) [](https://codeclimate.com/github/gitlabhq/gitlabhq) [](https://bestpractices.coreinfrastructure.org/projects/42) |