Current section
Files
Jump to
Current section
Files
opencensus_telemetry
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [opencensus, telemetry]}.
{project_plugins, [rebar3_lint,
covertool]}.
{eunit_opts, [{report, {eunit_surefire, [{dir, "."}]}}]}.
{ct_opts, [{ct_hooks, [{cth_surefire, [{path, "/tmp/ct_reports/report.xml"}]}]}]}.