Browse Source

fix 0% UT coverage on new code . issue #1611 (#1662)

pull/2/head
Jave-Chen 5 years ago committed by dailidong
parent
commit
7e53ceb3c4
  1. 3
      .github/workflows/ci_ut.yml

3
.github/workflows/ci_ut.yml

@ -52,9 +52,8 @@ jobs:
- 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
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

Loading…
Cancel
Save