Skip to content

Implement endpoints for daily code coverage graph

Erick Bajao requested to merge eb-code-coverage-graph-api into master

What does this MR do?

Solves #199455 (closed)

Adds the endpoint that will be used by the daily code coverage graph on #33743 (closed)

My idea here is to make the flow the same for CSV and JSON. It's just a matter of specifying what format you want the response to be in.

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
Edited by Erick Bajao

Merge request reports