You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/05/31 06:47:40 UTC

[iotdb] 02/02: fix coveralls

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

commit d18bddbcc1a6f03c7cdece662a8e395d40955d32
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed May 31 14:45:10 2023 +0800

    fix coveralls
---
 .github/workflows/sonar-coveralls.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar-coveralls.yml b/.github/workflows/sonar-coveralls.yml
index 91f92a921f8..4d14b8c0cf9 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -47,7 +47,7 @@ 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 -pl tsfile,code-coverage -am -Dtest.port.closed=true -Dcluster.test.skip=true -Dtest.port.closed=true
+        run: mvn -B clean test -pl tsfile,code-coverage -am -Dtest.port.closed=true
       - name: Coveralls GitHub Action
         uses: coverallsapp/github-action@v2
         with: