This is an automated email from the ASF dual-hosted git repository. jave pushed a commit to branch bcai-sonar-test in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
commit a63ca2df7d88a32ea2cb205ad2a00ddf6e3eecc7 Author: bcai <[email protected]> AuthorDate: Sun Mar 29 13:59:34 2020 +0800 fix wrong sonar analysis with checkout V2. --- .github/workflows/ci_ut.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml index 8d75bae..aa435a7 100644 --- a/.github/workflows/ci_ut.yml +++ b/.github/workflows/ci_ut.yml @@ -65,6 +65,7 @@ jobs: run: | CODECOV_TOKEN="09c2663f-b091-4258-8a47-c981827eb29a" bash <(curl -s https://codecov.io/bash) - name: Run SonarCloud Analysis + # just test run: > mvn verify --batch-mode org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.1.1688:sonar
