Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-02-22 18:43:59 +0300
committerRémy Coutable <remy@rymai.me>2017-02-22 18:43:59 +0300
commit55842d4d28d925febc054202dbdf6a6bf1aa5153 (patch)
tree0403d1786893c708392f92c302507a999ed6c60c /doc
parent29b59456d04a6e3febb70048b8b7f4b4082b8e05 (diff)
parent87fe6a27dd4c17cf6b202de809faa821712a3e17 (diff)
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')
-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