We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57846c9 commit 43b1ed8Copy full SHA for 43b1ed8
.github/workflows/sonar.yml
@@ -35,5 +35,7 @@ jobs:
35
run: >
36
mvn clean install -Pci
37
-Dsonar.runtimeVersion=$ORCHESTRATOR_SONAR_VERSION
38
- org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=integrated-application-development_sonar-delphi
+ -Dsonar.scm.use.blame.algorithm=GIT_FILES_BLAME
39
+ -Dsonar.projectKey=integrated-application-development_sonar-delphi
40
+ org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
41
--batch-mode --no-transfer-progress
0 commit comments