2022-07-21 17:40:47 +00:00
|
|
|
{erl_opts, [debug_info]}.
|
|
|
|
|
2024-01-17 18:09:11 +00:00
|
|
|
{deps, [{opentelemetry_api, "~> 1.2"}]}.
|
2022-07-21 17:40:47 +00:00
|
|
|
|
|
|
|
{project_plugins, [{rebar_covertool, "1.1.0"}]}.
|
|
|
|
|
|
|
|
{profiles, [{test, [{erl_opts, [nowarn_export_all]},
|
2024-01-17 18:09:11 +00:00
|
|
|
{deps, [{opentelemetry, "~> 1.3"}]}]}]}.
|
2022-07-21 17:40:47 +00:00
|
|
|
|
|
|
|
{cover_enabled, true}.
|
|
|
|
{cover_opts, [verbose]}.
|
|
|
|
{cover_export_enabled, true}.
|
|
|
|
{covertool, [{coverdata_files, ["ct.coverdata"]}]}.
|
|
|
|
|
|
|
|
{ct_opts, [{ct_hooks, [cth_surefire]}]}.
|