From 8246be822aa1b8ef96a05d27898d6cd90681eae1 Mon Sep 17 00:00:00 2001 From: abitmore Date: Thu, 8 Feb 2024 22:07:07 +0000 Subject: [PATCH] Update sonar.branch.target for develop branch --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 918a41f2f..d2b5cb448 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -29,4 +29,4 @@ sonar.coverageReportPaths=coverage.xml # Decide which tree the current build belongs to in SonarCloud. # Managed by the `set_sonar_branch*` script(s) when building with CI. -sonar.branch.target=master +sonar.branch.target=develop