Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get SonarCube tracking net code from latest release (unstable branch) #2147

Draft
wants to merge 7 commits into
base: unstable
Choose a base branch
from
3 changes: 2 additions & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
aleksraiden marked this conversation as resolved.
Show resolved Hide resolved
Loading