Fix coverage collection in AzP

https://github.com/boostorg/build/pull/449

Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
Damian Jarek
2019-06-10 02:48:08 +02:00
parent da61b4e52c
commit ab55c4d21e
2 changed files with 2 additions and 1 deletions

View File

@ -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
--------------------------------------------------------------------------------

View File

@ -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)