From d4a3d1bd4fe6a88904673b4574046d534773ac5a Mon Sep 17 00:00:00 2001 From: eeganlf <101604439+eeganlf@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:42:24 -0700 Subject: [PATCH] Update sonar-project.properties updated sonar.projectKey Signed-off-by: eeganlf <101604439+eeganlf@users.noreply.github.com> --- tests/sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sonar-project.properties b/tests/sonar-project.properties index 0b8ed02..37ce920 100644 --- a/tests/sonar-project.properties +++ b/tests/sonar-project.properties @@ -2,7 +2,7 @@ # Uncomment the following line and add your Org/Username from GitHub or such #sonar.organization=YourGithubOrg # If using Sonar Cloud, Replace Project Key with the Actual -sonar.projectKey=Jacoco +sonar.projectKey=yourGitHubOrg_ProjectName sonar.projectName=Jacoco Code Coverage sonar.projectVersion=1.0 # Comma-separated paths to directories with sources (required)