You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/01/29 17:01:23 UTC

[iotdb] branch accelerate_github_action updated (eec3129 -> 7e68a2b)

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