Skip to content

Remove ref_path from coverage CSV path

Scott Hampton requested to merge 294032-remove-ref-path-from-url into master

What does this MR do?

Related to #294032 (closed)

We no longer use ref_path in the path to download the CSV for test coverage. We were making ref_path equal to an empty string because of how the frontend was adding the query params. By utilizing mergeUrlParams, we can get rid of the empty string and make our path more reliable.

Changelog not needed since this is developer facing only.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Scott Hampton

Merge request reports