Skip to content

Round average coverage to 2 decimal places

Max Orefice requested to merge mo-add-fix-average-coverage-decimal into master

This feature is currently behind the group_coverage_data_report_graph feature flag

What does this MR do?

This MR fixes our average_coverage fields to round it up at 2 decimal places.

Why are we doing this?

Today, we are averaging all coverage data and aggregating it on our group repository analytic page.

In order to display the data nicely on the frontend we want to round it at 2 decimals.

Below a screenshot of how it currently looks like:

Repositories_Analytics___GitLab.org___GitLab_2020-11-11_13-12-56

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 Max Orefice

Merge request reports