This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 754e500d23c Speed up Codecov CI ~38% with parallel surefire forks
(#17697)
754e500d23c is described below
commit 754e500d23c080cb525edf03178b893e37b869d8
Author: Jackie Tien <[email protected]>
AuthorDate: Sun May 17 18:15:10 2026 +0800
Speed up Codecov CI ~38% with parallel surefire forks (#17697)
---
.github/workflows/sonar-codecov.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonar-codecov.yml
b/.github/workflows/sonar-codecov.yml
index adb943a7f62..4f62c8926fb 100644
--- a/.github/workflows/sonar-codecov.yml
+++ b/.github/workflows/sonar-codecov.yml
@@ -50,7 +50,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2-
- name: Test
run: |
- mvn -B -P with-code-coverage clean package -pl
distribution,iotdb-client/cli,iotdb-client/session,iotdb-client/jdbc -am
-Dtest.port.closed=true
+ mvn -B -P with-code-coverage clean package -pl
distribution,iotdb-client/cli,iotdb-client/session,iotdb-client/jdbc -am
-Dtest.port.closed=true -DforkCount=4
mvn -B -P with-code-coverage post-integration-test -pl code-coverage
- name: Upload coverage reports to codecov
uses: codecov/codecov-action@v5