summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-17 20:27:15 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-17 20:27:15 +0200
commit6887b3b0d422623fe5bb825734f4d776e250bba2 (patch)
tree35414a0ec6a5b257e76233e55bb57ff2d9bb8033
parent5bfa93c97367fb22669b40071afa6fd92beecb68 (diff)
downloadgitlab-ce-6887b3b0d422623fe5bb825734f4d776e250bba2.tar.gz
Use better wording for test coverage parsing help text
-rw-r--r--app/views/projects/pipelines_settings/show.html.haml4
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 67ef9c2e689..853e2ad8e6e 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: