Skip to content

Commit

Permalink
Send SonarCloud results to the ASWF org. (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipriano authored Aug 19, 2019
1 parent 44e8866 commit bc32aa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cuebot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jacocoTestReport {
sonarqube {
properties {
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.organization", "bcipriano"
property "sonar.projectKey", "bcipriano_OpenCue_Cuebot"
property "sonar.organization", "academysoftwarefoundation"
property "sonar.projectKey", "AcademySoftwareFoundation_OpenCue_Cuebot"
property "sonar.projectName", "OpenCue Cuebot"
// SonarCloud will pick up the JaCoCo report automatically, but has its own options
// for excluding files. We don't need to exclude generated code here as it isn't
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.host.url=https://sonarcloud.io
sonar.organization=bcipriano
sonar.projectKey=bcipriano_OpenCue
sonar.organization=academysoftwarefoundation
sonar.projectKey=AcademySoftwareFoundation_OpenCue
sonar.projectName=OpenCue Python Components
sonar.sources=cueadmin/cueadmin,cuegui/cuegui,cuesubmit/cuesubmit,pycue/opencue,\
pycue/FileSequence,pyoutline/outline,rqd/rqd
Expand Down

0 comments on commit bc32aa7

Please sign in to comment.