Skip to content

Deduplicate SQ requests

Utsav Preet requested to merge fix/code-analysis-deduplicate-request into master

Currently, duplicate requests are being sent to SQ (one for the branch and one for the MR), which ideally should be consolidated into a single request, similar to app-fe. This adjustment could reduce the number of requests to SQ by 25%.

Merge request reports