ignore easylogging files

Former-commit-id: 0b609d729f3914e8d57b2f5a7d0baa38ad92cc2f
pull/191/head
starlord 2019-10-24 10:43:14 +08:00
parent e25caa572c
commit f7a7f9b7da
1 changed files with 3 additions and 2 deletions

View File

@ -99,6 +99,7 @@ for test in `ls ${DIR_UNITTEST}`; do
if [ $? -ne 0 ]; then
echo ${args}
echo ${DIR_UNITTEST}/${test} "run failed"
exit -1
fi
done
@ -121,8 +122,8 @@ ${LCOV_CMD} -r "${FILE_INFO_OUTPUT}" -o "${FILE_INFO_OUTPUT_NEW}" \
"*/src/server/Server.cpp" \
"*/src/server/DBWrapper.cpp" \
"*/src/server/grpc_impl/GrpcServer.cpp" \
"*/src/external/easyloggingpp/easylogging++.h" \
"*/src/external/easyloggingpp/easylogging++.cc" \
"*/easylogging++.h" \
"*/easylogging++.cc" \
"*/src/external/*"
# gen html report