diff --git a/.codecov.yml b/.codecov.yml index 4e80d1cac8..238b0f9564 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -23,3 +23,5 @@ ignore: - extra/**/* - test/* - test/**/* + - tools/* + - tools/**/* diff --git a/doc/qbk/02_examples/_examples.qbk b/doc/qbk/02_examples/_examples.qbk index c08c526f9d..37aba657d2 100644 --- a/doc/qbk/02_examples/_examples.qbk +++ b/doc/qbk/02_examples/_examples.qbk @@ -54,7 +54,9 @@ used to evaluate robustness. All asynchronous clients support timeouts. [] ][ [HTTP json_body (synchronous)] - [[path_link example/http/client/body/json_client.cpp json_client.cpp]] + [[path_link example/http/client/body/json_body.hpp json_body.hpp] + [path_link example/http/client/body/json_client.cpp json_client.cpp]] + [] ][ [HTTP client for all methods (synchronous)] [[path_link example/http/client/methods/http_client_methods.cpp http_client_methods.cpp]] diff --git a/tools/get-boost.sh b/tools/get-boost.sh index e9798ed3d9..6467eaa0f2 100755 --- a/tools/get-boost.sh +++ b/tools/get-boost.sh @@ -82,6 +82,7 @@ git submodule update --init --depth 20 --jobs 4 \ libs/ratio \ libs/rational \ libs/regex \ + libs/static_assert \ libs/thread \ libs/tuple \ libs/type_index \