You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/06/06 11:51:37 UTC

[hadoop-ozone] 02/02: Revert "Revert "HDDS-3710. Addendum: fix exclude pattern after HDDS-3627.""

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

elek pushed a commit to branch HDDS-3710-test
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 6a2856ddbb8bb71f2f5334f942112ddcbbd03ad3
Author: Elek Márton <el...@apache.org>
AuthorDate: Sat Jun 6 13:49:33 2020 +0200

    Revert "Revert "HDDS-3710. Addendum: fix exclude pattern after HDDS-3627.""
    
    This reverts commit 3c8da50ebb6c6cf4f6508648595137be43280e7b.
---
 .github/coverage-report.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/coverage-report.sh b/.github/coverage-report.sh
index b345a87..3276937 100755
--- a/.github/coverage-report.sh
+++ b/.github/coverage-report.sh
@@ -42,7 +42,7 @@ mkdir -p target/coverage-classes
 #Unzip all the classes from the last build
 find hadoop-ozone/dist/target/*/share/ozone/lib -name "hadoop-*.jar" | \
     grep -E 'hadoop-ozone-|hadoop-hdds-' | \
-    grep -v -E 'legacy|current|tests' | \
+    grep -v -E 'hadoop2|hadoop3|tests' | \
     xargs -n1 unzip -o -q -d target/coverage-classes
 
 #Exclude some classes from the coverage


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org