Resolve additional sources for coverage
This commit is contained in:
parent
231465f35e
commit
d5386e0a90
|
@ -189,6 +189,7 @@ def rabbitmq_suite(
|
||||||
test_env = dict({
|
test_env = dict({
|
||||||
"RABBITMQ_CT_SKIP_AS_ERROR": "true",
|
"RABBITMQ_CT_SKIP_AS_ERROR": "true",
|
||||||
"LANG": "C.UTF-8",
|
"LANG": "C.UTF-8",
|
||||||
|
"COVERDATA_TO_LCOV_APPS_DIRS": "deps:deps/rabbit/apps",
|
||||||
}.items() + test_env.items()),
|
}.items() + test_env.items()),
|
||||||
deps = [":test_erlang_app"] + deps + runtime_deps,
|
deps = [":test_erlang_app"] + deps + runtime_deps,
|
||||||
**kwargs
|
**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_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),
|
"RABBITMQ_QUEUES": "$TEST_SRCDIR/$TEST_WORKSPACE/{}/broker-for-tests-home/sbin/rabbitmq-queues".format(package),
|
||||||
"LANG": "C.UTF-8",
|
"LANG": "C.UTF-8",
|
||||||
|
"COVERDATA_TO_LCOV_APPS_DIRS": "deps:deps/rabbit/apps",
|
||||||
}.items() + test_env.items()),
|
}.items() + test_env.items()),
|
||||||
tools = [
|
tools = [
|
||||||
":rabbitmq-for-tests-run",
|
":rabbitmq-for-tests-run",
|
||||||
|
|
Loading…
Reference in New Issue