Hello,
I am interested in the “Test Coverage Visualization” feature. Is it necessary to use “Pipelines for Merge Requests” (https://docs.gitlab.com/ee/ci/merge_request_pipelines/) in combination with the “Test Coverage Visualization” feature?
I am asking because I have to use a pipeline for every push-event. As I read, it is not recommended to use both - push-event and merge-request-event pipelines. A usage of both results in duplicated pipelines (https://gitlab.com/gitlab-org/gitlab/-/issues/201845). So what would be the best way to use the “Test Coverage Visualization” feature in the given scenario? Or is it impossible to use it?