Changed coverage reg expression placeholder text to be more like a placeholder
This commit is contained in:
parent
b596dd8fed
commit
0d29b08ca7
2 changed files with 5 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
= f.label :build_coverage_regex, "Test coverage parsing", class: 'label-light'
|
= f.label :build_coverage_regex, "Test coverage parsing", class: 'label-light'
|
||||||
.input-group
|
.input-group
|
||||||
%span.input-group-addon /
|
%span.input-group-addon /
|
||||||
= f.text_field :build_coverage_regex, class: 'form-control', placeholder: '\(\d+.\d+\%\) covered'
|
= f.text_field :build_coverage_regex, class: 'form-control', placeholder: 'REGULAR_EXPRESSION'
|
||||||
%span.input-group-addon /
|
%span.input-group-addon /
|
||||||
%p.help-block
|
%p.help-block
|
||||||
A regular expression that will be used to find the test coverage
|
A regular expression that will be used to find the test coverage
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Changed coverage reg expression placeholder text to be more like a placeholder
|
||||||
|
merge_request:
|
||||||
|
author:
|
Loading…
Reference in a new issue