Commit 774f13d7 authored by groot's avatar groot
Browse files

ignore easylogging files


Former-commit-id: c968ee30cf604318a6692386fe7d6c718c40a078
parent 63bc58d5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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