Document when current coverage configuration option was introduced
* Introduced in v8.17 [skip ci]
This commit is contained in:
parent
7bf28a4ada
commit
87fe6a27dd
2 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Document when current coverage configuration option was introduced
|
||||
merge_request: 9443
|
||||
author:
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue