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:39 UTC

[iotdb] 01/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 7898f802f1b9bd488cc787076afe380be25603e2
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed May 31 14:44:23 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 046dde995a7..91f92a921f8 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 -Dcluster.test.skip=true -Dtest.port.closed=true
       - name: Coveralls GitHub Action
         uses: coverallsapp/github-action@v2
         with: