This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch accelerate_github_action
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from eec3129 set jacoco-maven-plugin's goal from report to report-aggregate
add 7e68a2b try to fix code coverage
No new revisions were added by this update.
Summary of changes:
.github/workflows/main-ci.yml | 5 +-
.github/workflows/sonar_and_coverall.yml | 8 +-
.../PlanExecutor.md => code-coverage/README.md | 6 +-
.../copy-code-coverage-sources.sh | 15 ++-
code-coverage/pom.xml | 122 +++++++++++++++++++++
pom.xml | 67 ++++++-----
6 files changed, 178 insertions(+), 45 deletions(-)
copy docs/zh/SystemDesign/QueryEngine/PlanExecutor.md =>
code-coverage/README.md (89%)
copy test/e2e/cases/cli/cleanup.sh =>
code-coverage/copy-code-coverage-sources.sh (84%)
mode change 100644 => 100755
create mode 100644 code-coverage/pom.xml