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
This commit is contained in:
Rémy Coutable 2017-02-22 15:43:59 +00:00
commit 55842d4d28
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
title: Document when current coverage configuration option was introduced
merge_request: 9443
author:

View File

@ -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