X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;fp=test%2FMakefile;h=4d00898bfe24a4d4bf4f16f1d8aab137182b1fd3;hb=ef68bb57db90df98dd8e2bda8b7bc4dbfa85b89b;hp=2eb2ef35716b33d6f95bf64d148dd04d4efb6abf;hpb=11af9e6bfe3daa0e8f97a5424cafeccad77ad484;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 2eb2ef35716..4d00898bfe2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -342,6 +342,9 @@ cov-post: wipe-cov $(BUILD_COV_DIR) --output-file $(BUILD_COV_DIR)/extern-coverage.info @lcov --remove $(BUILD_COV_DIR)/coverage.info \ "/usr/include/*" "*/build-root/*" "/opt/*" "/usr/lib/*" \ + "*_test.*" "*vat*" "*rdma*" "*/vpp-api/client/*" "*/plugins/af_packet/*" \ + "*/plugins/af_xdp/*" "*/plugins/avf/*" "*/plugins/dma_intel/*" \ + "*/plugins/hs_apps/*" "*/plugins/vmxnet3/*" "*/vnet/devices/virtio/*" \ -o $(BUILD_COV_DIR)/coverage-filtered.info @genhtml $(BUILD_COV_DIR)/coverage-filtered.info \ --output-directory $(BUILD_COV_DIR)/html