Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Jan 14, 2024
1 parent 812013e commit 104c32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ts-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 104c32f

Please sign in to comment.