mirror of https://github.com/milvus-io/milvus.git
update lint exclusions
Former-commit-id: 84ebefc29597fd228c4efb9f27e485b56ae9e413pull/191/head
parent
4f3fa67be3
commit
9f8bcb2698
|
@ -6,4 +6,5 @@
|
|||
*easylogging++*
|
||||
*SqliteMetaImpl.cpp
|
||||
*src/grpc*
|
||||
*src/external*
|
||||
*milvus/include*
|
|
@ -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}/
|
||||
|
|
Loading…
Reference in New Issue