diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-17 20:27:15 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-27 19:41:09 +0200 |
commit | 0995d5573d78d9656c87783f53860e648ff7b039 (patch) | |
tree | 2f6503bbf876f62390e1f8b9cbdd79e1fb47ca8c /app | |
parent | ea8b4edb6eb4258d1d89cde8530825fd99691b54 (diff) | |
download | gitlab-ce-0995d5573d78d9656c87783f53860e648ff7b039.tar.gz |
Use better wording for test coverage parsing help text
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/pipelines_settings/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/pipelines_settings/show.html.haml b/app/views/projects/pipelines_settings/show.html.haml index 5a8a6f1553d..96221a20502 100644 --- a/app/views/projects/pipelines_settings/show.html.haml +++ b/app/views/projects/pipelines_settings/show.html.haml @@ -65,8 +65,8 @@ = f.text_field :build_coverage_regex, class: 'form-control', placeholder: '\(\d+.\d+\%\) covered' %span.input-group-addon / %p.help-block - We will use this regular expression to find test coverage output in build trace. - Leave blank if you want to disable this feature + A regular expression that will be used to find the test coverage + output in the build trace. Leave blank to disable = link_to icon('question-circle'), help_page_path('user/project/pipelines/settings', anchor: 'test-coverage-parsing') .bs-callout.bs-callout-info %p Below are examples of regex for existing tools: |