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

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


The following commit(s) were added to refs/heads/coveralls by this push:
     new 1f4ba6da494 fix coveralls
1f4ba6da494 is described below

commit 1f4ba6da49479b678e7d52a2e47cc793614cde6f
Author: HTHou <[email protected]>
AuthorDate: Wed May 31 11:51:37 2023 +0800

    fix coveralls
---
 .github/workflows/sonar-coveralls.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/sonar-coveralls.yml 
b/.github/workflows/sonar-coveralls.yml
index 0c8a27fa05d..55e5fc5779e 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -47,9 +47,9 @@ jobs:
           restore-keys: ${{ runner.os }}-m2-
       - name:  Test
         # we do not compile client-cpp for saving time, it is tested in 
client.yml
-        run: mvn -B clean test -Dtest.port.closed=true 
-Dcluster.test.skip=true -Dtest.port.closed=true
+        run: mvn -B clean test -pl tsfile -am -Dtest.port.closed=true 
-Dcluster.test.skip=true -Dtest.port.closed=true
       - name: Coveralls GitHub Action
-        uses: coverallsapp/github-action@v1
+        uses: coverallsapp/github-action@v2
         with:
           github-token: ${{ secrets.COVERALL_TOKEN }}
 

Reply via email to