diff options
author | mozillazg <opensource.mozillazg@gmail.com> | 2015-11-04 11:41:44 +0800 |
---|---|---|
committer | mozillazg <opensource.mozillazg@gmail.com> | 2015-11-04 11:41:44 +0800 |
commit | 5f94e130d11adf4398058d1c558de6f44b11675a (patch) | |
tree | 9d659a9244c1e22880376dd7c4862c673a795b83 | |
parent | 940d68cc4c349b574166b010666a36cf25f485b7 (diff) | |
download | gitlab-ce-5f94e130d11adf4398058d1c558de6f44b11675a.tar.gz |
update example of regex for pytest-cov
-rw-r--r-- | app/views/projects/ci_settings/_form.html.haml | 2 |
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*$ |