update lint exclusions

Former-commit-id: 84ebefc29597fd228c4efb9f27e485b56ae9e413
pull/191/head
wxyu 2019-10-22 19:56:39 +08:00
parent 4f3fa67be3
commit 9f8bcb2698
2 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,5 @@
*easylogging++*
*SqliteMetaImpl.cpp
*src/grpc*
*src/external*
*milvus/include*

View File

@ -122,7 +122,8 @@ ${LCOV_CMD} -r "${FILE_INFO_OUTPUT}" -o "${FILE_INFO_OUTPUT_NEW}" \
"*/src/server/DBWrapper.cpp" \
"*/src/server/grpc_impl/GrpcServer.cpp" \
"*/src/external/easyloggingpp/easylogging++.h" \
"*/src/external/easyloggingpp/easylogging++.cc"
"*/src/external/easyloggingpp/easylogging++.cc" \
"*/src/external/*"
# gen html report
${LCOV_GEN_CMD} "${FILE_INFO_OUTPUT_NEW}" --output-directory ${DIR_LCOV_OUTPUT}/