diff --git a/.github/workflows/test-ts-sdk.yaml b/.github/workflows/test-ts-sdk.yaml index 4942e21b..842deb47 100644 --- a/.github/workflows/test-ts-sdk.yaml +++ b/.github/workflows/test-ts-sdk.yaml @@ -87,6 +87,6 @@ jobs: uses: sonarsource/sonarqube-quality-gate-action@master timeout-minutes: 5 with: - scanMetadataReportFile: /ts-sdk/report-task.txt + scanMetadataReportFile: ts-sdk/report-task.txt env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/sonar-project.properties b/sonar-project.properties index a884c857..18569649 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=nibiruchain sonar.javascript.lcov.reportPaths=ts-sdk/coverage/lcov.info sonar.coverage.exclusions=**/*.test.ts,**/protojs/src/** sonar.cpd.exclusions=**/protojs/src/** -sonar.scanner.metadataFilePath=/ts-sdk/report-task.txt +sonar.scanner.metadataFilePath=ts-sdk/report-task.txt # This is the name and version displayed in the SonarCloud UI. #sonar.projectName=ts-sdk