This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
Clang coverage build fails for missing coverage data when testing coroutines with exception handling #230
Labels
bug
Something isn't working
Unit tests for code containing both coroutine calls activated by using
asio::co_spawn
and exception handling for such calls cause a problem inllvm-cov
, which fails withThat's why unit tests for
xxxRpcApi
classes incommands
package are missing or have been commented out.The text was updated successfully, but these errors were encountered: