This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch coverall_add_client in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit ca76fdad6d5230c1f259d02d71bbcc58a584554d Author: HTHou <[email protected]> AuthorDate: Mon Jun 26 11:42:04 2023 +0800 Enable coverall check for client --- .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 9721e83fe68..4f86e7a01f2 100644 --- a/.github/workflows/sonar-coveralls.yml +++ b/.github/workflows/sonar-coveralls.yml @@ -45,7 +45,7 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2- - name: Test - run: mvn -B clean compile test -pl distribution -am -Dtest.port.closed=true -Pcode-coverage + run: mvn -B clean compile test -pl distribution,cli,session,jdbc -am -Dtest.port.closed=true -Pcode-coverage - name: Coveralls run: | mvn -B post-integration-test -Pcode-coverage -pl code-coverage
