Current section
Files
Jump to
Current section
Files
fast_scram
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [{fast_pbkdf2, "1.0.1"}]}.
{plugins, [rebar3_hex]}.
{profiles, [
{test, [
{erl_opts, []},
{deps, [
{proper, "1.3.0"},
{base16, "1.0.0"}
]},
{plugins, [
{rebar3_codecov, "0.2.0"}
]}
]}
]
}.
{cover_enabled, true}.
{cover_export_enabled, true}.