Skip to content

Add group coverage metrics to repositories analytics

Miranda Fluharty requested to merge 263478-current-group-coverage-summary into master

What does this MR do?

For #263478 (closed)

This MR adds three group code coverage statistics to the top of the Group Repositories Analytics page, based on the group's most recent codeCoverageActivity (the collection of coverage values generated by jobs in projects in the group on a given day) within the last 7 days:

  • Projects with Tests: The count of projects with jobs that generated coverage values that day
  • Average Coverage by Job: The average coverage value of all of the jobs that ran that day
  • Total Number of Coverages: The count of coverage jobs that ran that day

These changes are behind the feature flag :group_coverage_data_report_graph, and therefore documentation and a changelog entry are not needed yet.

Screenshots

with coverage no coverage
Screen_Shot_2020-11-02_at_14.48.10 Screen_Shot_2020-11-02_at_14.50.14

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Miranda Fluharty

Merge request reports