From: adrianvillin Date: Mon, 27 Nov 2023 17:44:07 +0000 (+0100) Subject: tests: Excluded some components from LCOV X-Git-Tag: v24.06-rc0~119 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=176cff55b17764d4645867b7b663c2ad0478ee19;p=vpp.git tests: Excluded some components from LCOV Type: test Change-Id: I387611cfc361e664eb1e78ae669ba4e3901c4fe6 Signed-off-by: adrianvillin --- diff --git a/test/Makefile b/test/Makefile index f92dcd47acd..281c7bd8b44 100644 --- a/test/Makefile +++ b/test/Makefile @@ -358,6 +358,9 @@ cov-post: wipe-cov $(BUILD_COV_DIR) "*_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/*" \ + "*/plugins/perfmon/arm*" "*/plugins/perfmon/intel/*" "*/vlib/vmbus/*" \ + "*/vnet/dev/*" "*/plugins/dev_ena/*" "*/plugins/builtinurl/*" "*/vnet/flow/*" \ + "*/plugins/http_static/builtinurl/*" "*/plugins/dev_iavf/*" \ -o $(BUILD_COV_DIR)/coverage-filtered.info @genhtml $(BUILD_COV_DIR)/coverage-filtered.info \ --output-directory $(BUILD_COV_DIR)/html