未验证 提交 bdc06092 编写于 作者: K kezhenxu94 提交者: GitHub

Bring coverage and comment back (#3972)

上级 19add864
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册