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 <[email protected]> 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 \
