summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2017-02-22 17:07:17 +0530
committerMark Fletcher <mark@gitlab.com>2017-02-22 17:26:14 +0530
commit87fe6a27dd4c17cf6b202de809faa821712a3e17 (patch)
tree7e961fd5442fce91adff4a7f28e041ec119e9a56 /doc/ci
parent7bf28a4adaabac7b974ef7d829e604d77eb9d9df (diff)
downloadgitlab-ce-87fe6a27dd4c17cf6b202de809faa821712a3e17.tar.gz
Document when current coverage configuration option was introduced
* Introduced in v8.17 [skip ci]
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index a73598df812..dd3ba1283f8 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1003,6 +1003,9 @@ job:
### coverage
+**Notes:**
+- [Introduced][ce-7447] in GitLab 8.17.
+
`coverage` allows you to configure how code coverage will be extracted from the
job output.
@@ -1361,3 +1364,4 @@ CI with various languages.
[ce-6669]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6669
[variables]: ../variables/README.md
[ce-7983]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7983
+[ce-7447]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7447