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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 9de17025d1d Refactor : update the sonarcloud coverage report (#32676)
9de17025d1d is described below

commit 9de17025d1d93f78178a6238a26014b50ec3e0e2
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Aug 26 10:10:37 2024 +0800

    Refactor : update the sonarcloud coverage report (#32676)
---
 .github/workflows/nightly-check.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index 9889c3cd412..1f6db590d48 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -248,6 +248,7 @@ jobs:
           ./mvnw --show-version --batch-mode --no-transfer-progress verify 
-Dmaven.test.failure.ignore=true -DfailIfNoTests=false 
-Dsurefire.failIfNoSpecifiedTests=false &&
           chmod +x 
./.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
 &&
           
./.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
 ${{ github.workspace }}
+          ./mvnw -Dsonar.coverage.jacoco.xmlReportPaths=${{ github.workspace 
}}/target/mergeReport/jacoco.xml sonar:sonar -Pcoverage
       - name: Upload coverage reports to codecov
         uses: codecov/codecov-action@v4
         with:

Reply via email to