From ab55c4d21eb5f638966dba971ba4c805981272bd Mon Sep 17 00:00:00 2001 From: Damian Jarek Date: Mon, 10 Jun 2019 02:48:08 +0200 Subject: [PATCH] Fix coverage collection in AzP https://github.com/boostorg/build/pull/449 Signed-off-by: Damian Jarek --- CHANGELOG.md | 1 + azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e2021b..ccb5e0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Version 259: * Remove redundant use of `asio::coroutine` in `flat_stream` * Remove unused includes from `test::stream` * Move `char_buffer` into a separate file +* Fix coverage collection in AzP CI -------------------------------------------------------------------------------- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9f01d0e5..c8d649d1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ jobs: - bash: | set -e cd ../boost-root - ./b2 libs/beast/test//run-fat-tests toolset=gcc coverage=all link=static cxxstd=11 -j2 + ./b2 libs/beast/test//run-fat-tests toolset=gcc coverage=on link=static cxxstd=11 -j2 libs/beast/tools/coverage.sh env: CODECOV_TOKEN: $(CODECOV_TOKEN)