Current section

Files

Jump to
Raw

rebar.config

{profiles, [
{test,
[ {deps, [
cowboy,
recon,
proper
] } ]}
]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{plugins, [rebar3_hex]}.