File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ def rabbitmq_suite(
189
189
test_env = dict ({
190
190
"RABBITMQ_CT_SKIP_AS_ERROR" : "true" ,
191
191
"LANG" : "C.UTF-8" ,
192
+ "COVERDATA_TO_LCOV_APPS_DIRS" : "deps:deps/rabbit/apps" ,
192
193
}.items () + test_env .items ()),
193
194
deps = [":test_erlang_app" ] + deps + runtime_deps ,
194
195
** kwargs
@@ -256,6 +257,7 @@ def rabbitmq_integration_suite(
256
257
"RABBITMQ_PLUGINS" : "$TEST_SRCDIR/$TEST_WORKSPACE/{}/broker-for-tests-home/sbin/rabbitmq-plugins" .format (package ),
257
258
"RABBITMQ_QUEUES" : "$TEST_SRCDIR/$TEST_WORKSPACE/{}/broker-for-tests-home/sbin/rabbitmq-queues" .format (package ),
258
259
"LANG" : "C.UTF-8" ,
260
+ "COVERDATA_TO_LCOV_APPS_DIRS" : "deps:deps/rabbit/apps" ,
259
261
}.items () + test_env .items ()),
260
262
tools = [
261
263
":rabbitmq-for-tests-run" ,
You can’t perform that action at this time.
0 commit comments