We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38187a9 commit c3dc97dCopy full SHA for c3dc97d
1 file changed
.github/workflows/sdk-platform-java-sonar.yaml
@@ -84,6 +84,7 @@ jobs:
84
-Dsonar.projectKey=googleapis_gapic-generator-java \
85
-Dsonar.organization=googleapis \
86
-Dsonar.host.url=https://sonarcloud.io
87
+ working-directory: sdk-platform-java
88
- name: Build and analyze Showcase Integration Tests Coverage
89
env:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
@@ -98,3 +99,4 @@ jobs:
98
99
100
-Dsonar.host.url=https://sonarcloud.io \
101
-Dsonar.projectName=java_showcase_integration_tests
102
0 commit comments