diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-18 11:47:46 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-18 16:30:43 +0200 |
commit | cfbdf7420cd1ad5733d7e0da12eb28ffcbaf0b0d (patch) | |
tree | a069b1f98710cb9dd3f3a7d1e9d02ef9ea6c838a /doc/ci/pipelines.md | |
parent | 42496ecef778ad6d3500babbf33d350b6ab984d7 (diff) | |
download | gitlab-ce-cfbdf7420cd1ad5733d7e0da12eb28ffcbaf0b0d.tar.gz |
Update documentation for test coverage report badge
Diffstat (limited to 'doc/ci/pipelines.md')
-rw-r--r-- | doc/ci/pipelines.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index d90d7aca4fd..20cd88c8d20 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -67,6 +67,8 @@ use following Markdown code to embed the est coverage report into `README.md`: ![coverage](http://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg?job=coverage) ``` +The latest successful pipeline will be used to read the test coverage value. + [builds]: #builds [jobs]: yaml/README.md#jobs [stages]: yaml/README.md#stages |