Current section

Files

Jump to
fast_scram rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [{fast_pbkdf2, "1.0.0"}]}.
{plugins, [rebar3_hex]}.
{profiles, [
{test, [
{erl_opts, []},
{deps, [
{proper, "1.3.0"},
{base16, "1.0.0"}
]},
{plugins, [
{rebar3_codecov, {git, "https://github.com/esl/rebar3_codecov.git", {ref, "6bd31cc"}}}
]}
]}
]
}.
{cover_enabled, true}.
{cover_export_enabled, true}.