This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push: new bdc0609 Bring coverage and comment back (#3972) bdc0609 is described below commit bdc06092965280587e7265932852148ee1bdc6eb Author: kezhenxu94 <kezhenx...@apache.org> AuthorDate: Sat Nov 30 11:20:11 2019 +0800 Bring coverage and comment back (#3972) --- .github/workflows/ci-it.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-it.yaml b/.github/workflows/ci-it.yaml index 68857e1..87117ec 100644 --- a/.github/workflows/ci-it.yaml +++ b/.github/workflows/ci-it.yaml @@ -16,7 +16,12 @@ name: CI AND IT -on: [pull_request] +on: + pull_request: + push: + branches: + - master + jobs: CI: @@ -40,7 +45,7 @@ jobs: - name: 'Install & Test' run: | export MAVEN_OPTS='-Dmaven.repo.local=.m2/repository -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit -Xmx3g' - ./mvnw -P"agent,backend,ui,dist,CI-with-IT" clean verify install - ./mvnw javadoc:javadoc -Dmaven.test.skip=true + ./mvnw -P"agent,backend,ui,dist,CI-with-IT" clean cobertura:cobertura verify install javadoc:javadoc + CODECOV_TOKEN="d2065307-8f01-4637-9715-2781ef096db7" bash <(curl -s https://codecov.io/bash) - name: 'Check Dependencies Licenses' run: tools/dependencies/check-LICENSE.sh