• Yorick Peterse's avatar
    Exclude coverage data from the pipelines page · 878ca2e6
    Yorick Peterse authored
    When displaying a project's pipelines
    (Projects::PipelinesController#index) we now exclude the coverage data.
    This data was not used by the frontend, yet getting it would require one
    SQL query per pipeline. These queries in turn could be quite expensive
    on GitLab.com.
    878ca2e6
pipelines_controller_spec.rb 7.45 KB