From a073f45461cc355f6ea6b6f710fa83eb67f925ec Mon Sep 17 00:00:00 2001 From: gangatp Date: Wed, 13 Dec 2023 12:53:17 +0530 Subject: [PATCH] excluding 3rd parties in codecov --- Tests/codecoverage/run_codecoverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/codecoverage/run_codecoverage.sh b/Tests/codecoverage/run_codecoverage.sh index 0dde21647..60cc31466 100755 --- a/Tests/codecoverage/run_codecoverage.sh +++ b/Tests/codecoverage/run_codecoverage.sh @@ -8,7 +8,7 @@ lcov --add-tracefile Test_CPP_Bindings_base.info --add-tracefile Test_CPP_Bindin TARGETDIR=`dirname \`pwd\`` -lcov --remove Test_CPP_Bindings.info -o Test_CPP_Bindings_filtered.info "$TARGETDIR/Tests/*" "$TARGETDIR/Source/Libraries/*" "$TARGETDIR/Include/Libraries/*" "/Applications/*" \ +lcov --remove Test_CPP_Bindings.info -o Test_CPP_Bindings_filtered.info "$TARGETDIR/Tests/*" "$TARGETDIR/Libraries/*" "$TARGETDIR/submodules/*" "/Applications/*" \ "$TARGETDIR/Autogenerated/Bindings/C/*" \ "$TARGETDIR/Autogenerated/Bindings/CDynamic/*" \ "$TARGETDIR/Autogenerated/Bindings/CSharp/*" \