diff options
author | Mark Fletcher <mark@gitlab.com> | 2017-02-22 17:07:17 +0530 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2017-02-22 17:26:14 +0530 |
commit | 87fe6a27dd4c17cf6b202de809faa821712a3e17 (patch) | |
tree | 7e961fd5442fce91adff4a7f28e041ec119e9a56 /doc | |
parent | 7bf28a4adaabac7b974ef7d829e604d77eb9d9df (diff) | |
download | gitlab-ce-87fe6a27dd4c17cf6b202de809faa821712a3e17.tar.gz |
Document when current coverage configuration option was introduced
* Introduced in v8.17
[skip ci]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 4 |
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 |