This is an automated email from the ASF dual-hosted git repository. chinmayskulkarni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push: new 753895f (Addendum) PHOENIX-5842 Check for absence of system property to deactivate code coverage 753895f is described below commit 753895fda79da19cd35e098e63abcab7310ca204 Author: Sandeep Guggilam <sguggi...@sandeepg-ltm.internal.salesforce.com> AuthorDate: Tue May 12 16:54:08 2020 -0700 (Addendum) PHOENIX-5842 Check for absence of system property to deactivate code coverage Signed-off-by: Chinmay Kulkarni <chinmayskulka...@apache.org> --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 46083e9..fc8bb9d 100644 --- a/pom.xml +++ b/pom.xml @@ -1516,8 +1516,7 @@ <id>codecoverage</id> <activation> <property> - <name>code.coverage</name> - <value>!deactivate</value> + <name>!skip.code-coverage</name> </property> </activation> <build>