diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-15 15:13:56 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-15 15:13:56 +0200 |
commit | a0ed41a52f189dd8ed98262f7e67aa23daf9f9e1 (patch) | |
tree | a7fb9fe77c01c756aab3f80a8c598c4c6f37b6cc /doc/ci/quick_start | |
parent | dfd913892993338cfcf50d3340a1582b18ae8cac (diff) | |
download | gitlab-ce-a0ed41a52f189dd8ed98262f7e67aa23daf9f9e1.tar.gz |
Add documentation for test coverage report badge
Diffstat (limited to 'doc/ci/quick_start')
-rw-r--r-- | doc/ci/quick_start/README.md | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index 6a3c416d995..c835ebc2d44 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -218,21 +218,13 @@ project's settings. For more information read the [Builds emails service documentation](../../project_services/builds_emails.md). -## Builds badge - -You can access a builds badge image using following link: - -``` -http://example.gitlab.com/namespace/project/badges/branch/build.svg -``` - -Awesome! You started using CI in GitLab! - ## Examples Visit the [examples README][examples] to see a list of examples using GitLab CI with various languages. +Awesome! You started using CI in GitLab! + [runner-install]: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tree/master#install-gitlab-runner [blog-ci]: https://about.gitlab.com/2015/05/06/why-were-replacing-gitlab-ci-jobs-with-gitlab-ci-dot-yml/ [examples]: ../examples/README.md |