This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-sonarcube-new-code
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 33a1f7cd7420cb4d57abe7ce9d33cc53d487b89d
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Mar 10 00:59:51 2024 +0300

    Get SonarCube tracking net code from latest release(2.8.0)
    
    Add a latest release branch as sonar.newCode.referenceBranch to track a new 
code. Closes #2058
---
 .github/workflows/sonar.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml
index a106823c..12aacf69 100644
--- a/.github/workflows/sonar.yaml
+++ b/.github/workflows/sonar.yaml
@@ -81,4 +81,5 @@ jobs:
             --define sonar.projectKey=apache_kvrocks \
             --define sonar.organization=apache \
             --define sonar.scm.revision=${{ github.event.workflow_run.head_sha 
}} \
-            --define sonar.pullrequest.key=$PR_NUMBER
+            --define sonar.pullrequest.key=$PR_NUMBER \
+            --define sonar.newCode.referenceBranch=2.8

Reply via email to