summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormozillazg <opensource.mozillazg@gmail.com>2015-11-04 11:41:44 +0800
committermozillazg <opensource.mozillazg@gmail.com>2015-11-04 11:41:44 +0800
commit5f94e130d11adf4398058d1c558de6f44b11675a (patch)
tree9d659a9244c1e22880376dd7c4862c673a795b83
parent940d68cc4c349b574166b010666a36cf25f485b7 (diff)
downloadgitlab-ce-5f94e130d11adf4398058d1c558de6f44b11675a.tar.gz
update example of regex for pytest-cov
-rw-r--r--app/views/projects/ci_settings/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci_settings/_form.html.haml b/app/views/projects/ci_settings/_form.html.haml
index d711413c6b9..20bdccc9027 100644
--- a/app/views/projects/ci_settings/_form.html.haml
+++ b/app/views/projects/ci_settings/_form.html.haml
@@ -102,7 +102,7 @@
%code \(\d+.\d+\%\) covered
%li
pytest-cov (Python) -
- %code \d+\%$
+ %code \d+\%\s*$