Skip to content

Commit

Permalink
Sonar project keys in 2x pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 25, 2024
1 parent b31ca20 commit 510594f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
types: [opened, reopened, synchronize, ready_for_review]
schedule:
- cron: "0 11 * * 0" # 3 AM PST = 12 PM UDT, runs sundays
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<sonar.organization>bcgov-sonarcloud</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>bcgov_nr-forest-client-commons</sonar.projectKey>
<sonar.projectKey>bcgov_nr-forest-client-commons-core</sonar.projectKey>
<sonar.coverage.jacoco.xmlReportPaths>
target/coverage-reports/merged-test-report/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<sonar.organization>bcgov-sonarcloud</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>bcgov_nr-forest-client-commons</sonar.projectKey>
<sonar.projectKey>bcgov_nr-forest-client-commons-spring</sonar.projectKey>
<sonar.coverage.jacoco.xmlReportPaths>
target/coverage-reports/merged-test-report/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit 510594f

Please sign in to comment.