Skip to content

Commit

Permalink
sonarcloud action
Browse files Browse the repository at this point in the history
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
  • Loading branch information
juliojimenez committed Mar 29, 2024
1 parent a238be3 commit f892c52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ jobs:
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
with:
args: >
-Dsonar.projectKey=ClickHouse_clickhouse-js
-Dsonar.organization=clickhouse-java
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit f892c52

Please sign in to comment.