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

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7e53ceb  fix 0% UT coverage on new code  . issue #1611 (#1662)
7e53ceb is described below

commit 7e53ceb3c423a2a49343c2e9e96f36211f82a9c4
Author: Jave-Chen <[email protected]>
AuthorDate: Wed Jan 1 21:28:39 2020 +0800

    fix 0% UT coverage on new code  . issue #1611 (#1662)
---
 .github/workflows/ci_ut.yml | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index f76c403..152d7ee 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -51,17 +51,16 @@ jobs:
           CODECOV_TOKEN="09c2663f-b091-4258-8a47-c981827eb29a" bash <(curl -s 
https://codecov.io/bash)
       - name: Run SonarCloud analysis
         run: >
-             mvn clean --batch-mode
-             org.jacoco:jacoco-maven-plugin:prepare-agent
-             verify
-             org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-             -Dsonar.host.url=https://sonarcloud.io
-             -Dsonar.organization=apache
-             -Dsonar.projectKey=apache-dolphinscheduler
-             -Dsonar.login=e4058004bc6be89decf558ac819aa1ecbee57682
+          mvn clean --batch-mode
+          verify
+          org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.1.1688:sonar 
+          -Dsonar.host.url=https://sonarcloud.io
+          -Dsonar.organization=apache
+          -Dsonar.projectKey=apache-dolphinscheduler
+          -Dsonar.login=e4058004bc6be89decf558ac819aa1ecbee57682
         env:
-           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
       - name: Collect logs
         run: |
           mkdir -p ${LOG_DIR}

Reply via email to