Skip to content

Disable coverage in MR pipelines.json

What does this MR do and why?

The MR pipelines list view does not seem display code coverage information. This is moderately expensive to load, so it's better to omit it.

Also ensure that downstream pipelines respect this option.

This change is behind the feature flag merge_request_pipelines_list_disable_coverage, disabled by default.

Background

This is part of a series of optimizations for pipeline lists spawned from !142214. Individually they are of varying significance, but they should compound. As with most of the optimizations in the series, the impact here should be most noticable for pipelines with lots of downstream pipelines.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Hordur Freyr Yngvason

Merge request reports