This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch test-sonar
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git

commit 64e31d6e05035c4ded97ad067b13403082cc86e8
Author: Shiyan Xu <[email protected]>
AuthorDate: Mon May 6 11:13:06 2024 -0500

    chore: test sonar
---
 .github/workflows/ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cdce664..7c37661 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,3 +62,8 @@ jobs:
       - uses: actions/checkout@v4
       - name: Unit test with code coverage
         run: cargo tarpaulin --verbose --no-fail-fast --all-features 
--workspace --out xml
+      - name: SonarCloud scan
+        uses: SonarSource/sonarcloud-github-action@master
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}  # Needed to get PR 
information, if any
+          SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

Reply via email to