{erl_opts, [debug_info]}.

{deps, [{backoff, "~> 1.1"},
        {opencensus, "~> 0.3"}]}.

{profiles, [{test, [{erl_opts, [nowarn_export_all]},
                    {deps, [{proper, "1.2.0"}, jsx]}]}]}.

{shell, [{apps, [pgo]},
         {config, "config/example.config"}]}.

{overrides, [{override, backoff, [{plugins, []}]}]}.

{project_plugins, [rebar3_proper, rebar_covertool]}.

{cover_enabled, true}.
{cover_opts, [verbose]}.
{cover_export_enabled, true}.

{cover_export_enabled, true}.
{covertool_eunit, {".eunit/eunit.coverdata", "eunit.coverage.xml"}}. % Source file name, output report file name
{covertool_ct, {"ct.coverdata", "ct.coverage.xml"}}. % Source file name, output report file name
{covertool_prefix_len, 2}. % Optional: Use module prefix as (imaginary) package name


{xref_checks,[undefined_function_calls, undefined_functions, locals_not_used,
              deprecated_function_calls, deprecated_functions]}.
