Skip to content

Commit

Permalink
excluding 3rd parties in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Dec 13, 2023
1 parent 74234a4 commit a073f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/codecoverage/run_codecoverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*" \
Expand Down

0 comments on commit a073f45

Please sign in to comment.