1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00

Update sonarqube.yml

This commit is contained in:
Anton Titovets
2024-03-14 11:24:59 +03:00
committed by GitHub
parent ac77df858d
commit a207bcb18a

View File

@@ -26,7 +26,7 @@ jobs:
LC_ALL: "ru_RU.UTF-8"
with:
args:
-Dsonar.projectBaseDir=${GITHUB_WORKSPACE} + "/OPI"
-Dsonar.projectBaseDir='${GITHUB_WORKSPACE}/OPI'
-Dsonar.projectKey=OpenIntegrations
-Dsonar.sourceEncoding=UTF-8
-Dsonar.inclusions=**/*.bsl
@@ -40,7 +40,7 @@ jobs:
LC_ALL: "ru_RU.UTF-8"
with:
args:
-Dsonar.projectBaseDir=${GITHUB_WORKSPACE} + "/OInt"
-Dsonar.projectBaseDir='${GITHUB_WORKSPACE}/OInt'
-Dsonar.projectKey=OInt
-Dsonar.sourceEncoding=UTF-8
-Dsonar.inclusions=**/*.os