summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authoradrianvillin <avillin@cisco.com>2023-11-27 18:44:07 +0100
committerDave Wallace <dwallacelf@gmail.com>2023-11-27 20:39:32 +0000
commit176cff55b17764d4645867b7b663c2ad0478ee19 (patch)
treeee4f7fb9be5bdd68cbde9548935a5b3e9e815993 /test
parent1f4023d55d7a9c777465d24065e91fc076602fb0 (diff)
tests: Excluded some components from LCOV
Type: test Change-Id: I387611cfc361e664eb1e78ae669ba4e3901c4fe6 Signed-off-by: adrianvillin <avillin@cisco.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
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