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 7ce6c3a5d7f fix coveralls
7ce6c3a5d7f is described below
commit 7ce6c3a5d7f420462e6e5f21dcdf018d616dbf13
Author: HTHou <[email protected]>
AuthorDate: Wed May 31 14:43:41 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 55e5fc5779e..046dde995a7 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 -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: