mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
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:
@ -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
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user