From eec88059a451c449849f2a58b4580d0a623f193e Mon Sep 17 00:00:00 2001 From: abitmore Date: Wed, 21 Jun 2023 17:22:47 +0000 Subject: [PATCH] Update sonar.branch.target for release branch --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 1c160ab32..77e8a510b 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=hardfork +sonar.branch.target=master