Skip to content

testsuite: Allow whitespace before "Metric (in|de)crease"

Ben Gamari requested to merge wip/testsuite-metrics into master

Several people have struggled with metric change annotations in their commit messages not being recognized due to the fact that GitLab's job log inserts a space at the beginning of each line. Teach the regular expression to accept this whitespace.

Merge request reports