Current section

Files

Jump to
Raw

rebar.config

{cover_enabled, true}.
{erl_opts, [
debug_info
%fail_on_warning
]}.
{deps, [
{lager, "3.0.2"},
{jsx, "2.6.1"}
]}.