Skip to content

Implement download feature for daily code coverage

Erick Bajao requested to merge eb-download-daily-coverage-csv into master

What does this MR do?

The download feature is part of the bigger code coverage graph feature that is #33743 (designs)

We will allow users to download a CSV of daily code coverage values of each of their jobs/builds that have coverage. The button will show up on https://gitlab.com/gitlab-org/gitlab/-/graphs/master/charts, which is the same page where we will put the code coverage graph later on.

Solves #209121 (closed)

Screenshots

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

Before Screen_Shot_2020-03-16_at_1.27.24_PM

After Screen_Shot_2020-03-16_at_4.00.14_PM

Edited by Kamil Trzciński

Merge request reports