diff options
author | Rémy Coutable <remy@rymai.me> | 2017-02-22 15:43:59 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-02-22 15:43:59 +0000 |
commit | 55842d4d28d925febc054202dbdf6a6bf1aa5153 (patch) | |
tree | 0403d1786893c708392f92c302507a999ed6c60c /doc/ci | |
parent | 29b59456d04a6e3febb70048b8b7f4b4082b8e05 (diff) | |
parent | 87fe6a27dd4c17cf6b202de809faa821712a3e17 (diff) | |
download | gitlab-ce-55842d4d28d925febc054202dbdf6a6bf1aa5153.tar.gz |
Merge branch '28524-gitlab-ci-yml-coverage-key-is-unknown' into 'master'
Document when current coverage configuration option was introduced
Closes #28524
See merge request !9443
Diffstat (limited to 'doc/ci')
-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 |