-
Change expected `coverage` structure for CI configuration YAML file · d0afc500Leandro Camargo authored
Instead of using: `coverage: /\(\d+.\d+%\) covered/` This structure must be used now: ``` coverage: output_filter: /\(\d+.\d+%\) covered/` ``` The surrounding '/' is optional.
d0afc500
×