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 2021/06/05 10:32:29 UTC

[iotdb] branch coverall created (now 7f1d648)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch coverall
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 7f1d648  Enable coveralls check for commit pushed into master branch

This branch includes the following new commits:

     new 7f1d648  Enable coveralls check for commit pushed into master branch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: Enable coveralls check for commit pushed into master branch

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch coverall
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 7f1d648410f3b82add78c93e1c27d883fb78d9c1
Author: HTHou <hh...@outlook.com>
AuthorDate: Sat Jun 5 18:31:34 2021 +0800

    Enable coveralls check for commit pushed into master branch
---
 .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 82ccde7..5a8d1b7 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -51,7 +51,7 @@ jobs:
         # we do not compile client-cpp for saving time, it is tested in client.yml
         run: mvn -B clean compile post-integration-test -Dtest.port.closed=true -Pcode-coverage -P '!testcontainer'
       - name: Code Coverage (Coveralls)
-        if: ${{ success() && (github.event_name == 'pull_request_target')}}
+        if: ${{ success() && (github.event_name == 'pull_request_target' || github.event_name == 'push')}}
         run: |
           mvn -B post-integration-test -Pcode-coverage -pl code-coverage
           mvn -B coveralls:report \