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

haonan pushed a commit to branch try_coverall
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/try_coverall by this push:
     new e0e6b1d  try coverall
e0e6b1d is described below

commit e0e6b1dc6cb4fe5e01a3623728d1761db6abd494
Author: HTHou <[email protected]>
AuthorDate: Thu Dec 24 11:07:06 2020 +0800

    try coverall
---
 .github/workflows/sonar_and_coverall.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/sonar_and_coverall.yml 
b/.github/workflows/sonar_and_coverall.yml
index 0cada06..e7bca3a 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -68,11 +68,11 @@ jobs:
         run: mvn -B post-integration-test -Pcode-coverage -Pcoveralls -pl 
server -am
       - name: Code Coverage (Coveralls) Test
         run: |
-          mvn -B 
+          mvn -B jacoco:report coveralls:report \
           --no-transfer-progress \
           -DserviceName=travis_ci \
           -D branch=$BRANCH_NAME \
           -D pullRequest=$PR_NUMBER \
           -D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
-          -pl server,tsfile \
-          coveralls:report
+          -pl server,tsfile
+          

Reply via email to