From c50c09128c9ad72a8cddc6a66521f823c90a1754 Mon Sep 17 00:00:00 2001 From: Arjun Rajappa Date: Wed, 10 Dec 2025 21:37:27 +0530 Subject: [PATCH] ci(sonarQube): add full checkout for coverage job Default checkout behavior has been changed to blobless. So forcing full checkout on coverage job should help in sonarqube analysis. Signed-off-by: Arjun Rajappa --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5400178e..8c17328f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -246,7 +246,8 @@ jobs: report_coverage: executor: base steps: - - checkout + - checkout: + method: full - run_sonarqube publish: executor: