We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74eed41 commit fbef3b2Copy full SHA for fbef3b2
.github/workflows/pluginTest.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
sonar-scanner \
50
-Dsonar.projectKey=test-project \
51
- -Dsonar.sources=. \
+ -Dsonar.sources=target-project \
52
-Dsonar.host.url=http://localhost:9000 \
53
-Dsonar.token=${{ env.SONAR_TOKEN }} \
54
-Dsonar.lang.patterns.bsl=**/*.bsl,**/*.os \
0 commit comments