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 2dfeac354ba fix coveralls
2dfeac354ba is described below
commit 2dfeac354bab31f5d941fa036d5ea238d1069e58
Author: HTHou <[email protected]>
AuthorDate: Wed May 31 14:48:34 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 4d14b8c0cf9..6abc429b1fb 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
+ run: mvn -B clean test -pl tsfile,code-coverage -Pcode-coverage -am
-Dtest.port.closed=true
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with: