Resolve additional sources for coverage

This commit is contained in:
Rin Kuryloski 2023-10-17 13:42:03 +02:00 committed by Michael Klishin
parent 231465f35e
commit d5386e0a90
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,7 @@ def rabbitmq_suite(
test_env = dict({
"RABBITMQ_CT_SKIP_AS_ERROR": "true",
"LANG": "C.UTF-8",
"COVERDATA_TO_LCOV_APPS_DIRS": "deps:deps/rabbit/apps",
}.items() + test_env.items()),
deps = [":test_erlang_app"] + deps + runtime_deps,
**kwargs
@ -256,6 +257,7 @@ def rabbitmq_integration_suite(
"RABBITMQ_PLUGINS": "$TEST_SRCDIR/$TEST_WORKSPACE/{}/broker-for-tests-home/sbin/rabbitmq-plugins".format(package),
"RABBITMQ_QUEUES": "$TEST_SRCDIR/$TEST_WORKSPACE/{}/broker-for-tests-home/sbin/rabbitmq-queues".format(package),
"LANG": "C.UTF-8",
"COVERDATA_TO_LCOV_APPS_DIRS": "deps:deps/rabbit/apps",
}.items() + test_env.items()),
tools = [
":rabbitmq-for-tests-run",