You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2022/08/23 09:44:53 UTC

[phoenix] branch master updated (2c245f24d5 -> 98fc4c18e2)

This is an automated email from the ASF dual-hosted git repository.

richardantal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


    from 2c245f24d5 Revert "PHOENIX-6751 Force using range scan vs skip scan when using large IN clause" (#1492)
     add 98fc4c18e2 PHOENIX-6774 Enable code coverage reporting to SonarQube in Phoenix (#1491)

No new revisions were added by this update.

Summary of changes:
 dev/code-coverage/README.md       | 48 ++++++++++++++++++++++++
 dev/code-coverage/run-coverage.sh | 79 +++++++++++++++++++++++++++++++++++++++
 pom.xml                           | 24 +++++++++++-
 3 files changed, 150 insertions(+), 1 deletion(-)
 create mode 100644 dev/code-coverage/README.md
 create mode 100755 dev/code-coverage/run-coverage.sh