From 510594fe0a0b2bad90d3ade5d6e307dae4260fea Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 25 Nov 2024 15:27:28 -0800 Subject: [PATCH] Sonar project keys in 2x pom.xml --- .github/workflows/analysis.yml | 2 +- core/pom.xml | 2 +- spring/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index d9a947e..1ae1c5d 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -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: diff --git a/core/pom.xml b/core/pom.xml index 97553cd..f801c72 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -37,7 +37,7 @@ bcgov-sonarcloud https://sonarcloud.io - bcgov_nr-forest-client-commons + bcgov_nr-forest-client-commons-core target/coverage-reports/merged-test-report/jacoco.xml diff --git a/spring/pom.xml b/spring/pom.xml index de23604..2837720 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -46,7 +46,7 @@ bcgov-sonarcloud https://sonarcloud.io - bcgov_nr-forest-client-commons + bcgov_nr-forest-client-commons-spring target/coverage-reports/merged-test-report/jacoco.xml