Commit 4fd8e981 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'master' into 'master'

Update the python example regex to work with --coverage

See merge request gitlab-org/gitlab-ce!31018
parents 68255261 c91ef6cd
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
%code \(\d+.\d+\%\) covered %code \(\d+.\d+\%\) covered
%li %li
pytest-cov (Python) - pytest-cov (Python) -
%code ^TOTAL\s+\d+\s+\d+\s+(\d+\%)$ %code ^TOTAL.+?(\d+\%)$
%li %li
phpunit --coverage-text --colors=never (PHP) - phpunit --coverage-text --colors=never (PHP) -
%code ^\s*Lines:\s*\d+.\d+\% %code ^\s*Lines:\s*\d+.\d+\%
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment