Skip to content

Commit f2827a7

Browse files
committed
test2
1 parent 9fe36fa commit f2827a7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ else ()
3232
# add project config, such as enable_ssl.
3333
include(cmake/config.cmake)
3434
endif()
35-

NOTICE

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ file LICENSE_1_0.txt or copy at <http://www.boost.org/LICENSE_1_0.txt>)
3030
===================================================================
3131
The reflection of a struct and data format borrow various ideas from zpp_bits, reflect-cpp and msgpack.
3232
coro_rpc borrow various ideas from rest_rpc.
33+

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -554,3 +554,4 @@ DingTalk group id: 645010455
554554
yaLanTingLibs is distributed under the Apache License (Version 2.0)
555555
This product contains various third-party components under other open-source licenses.
556556
See the [NOTICE file](https://github.com/alibaba/yalantinglibs/blob/main/NOTICE) for more information.
557+

coverage_gen.sh

-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ echo "ignore"
4747
#mkdir ./.coverage_lcov
4848
#lcov --rc lcov_branch_coverage=1 --capture --directory . --output-file ./.coverage_lcov/lcov.info
4949
#genhtml --rc lcov_branch_coverage=1 ./.coverage_lcov/lcov.info --output-directory ./.coverage_lcov/report
50-

0 commit comments

Comments
 (0)