Skip to content

Update the python example regex to work with --coverage

Paul Becotte requested to merge pjbecotte/gitlab-ce:master into master

The example python regex on the CI/CD settings page is too strict- it does not work if the user has --coverage selected (as there are a different number of blocks of digits). Don't see any downside to making the regex more flexible to work with any line that starts with TOTAL and ends with a percentage.

Merge request reports