From dac3b0887fd1eee6f9f5342f9317200792b3adf5 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sat, 6 Feb 2021 19:07:00 +0100 Subject: [PATCH] [AB-xxx] updating sonar key --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cbfd0fb9..cd274f9cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: -Dsonar.login=${{ secrets.SONAR_TOKEN }} -Dsonar.organization=sheldan -Dsonar.host.url=https://sonarcloud.io/ - -Dsonar.projectKey=abstracto-abstracto + -Dsonar.projectKey=abstracto-core -Dsonar.java.binaries=**/target/classes -Dsonar.coverage.jacoco.xmlReportPaths=abstracto-application/coverage/target/site/jacoco-aggregate/jacoco.xml -Dsonar.coverage.exclusions=**/*Test.java