Merge branch 'master' into 'master'
Update the python example regex to work with --coverage See merge request gitlab-org/gitlab-ce!31018
This commit is contained in:
commit
4fd8e98109
1 changed files with 1 additions and 1 deletions
|
@ -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+\%
|
||||||
|
|
Loading…
Reference in a new issue