Current section
Files
Jump to
Current section
Files
rebar_covertool
rebar.config
rebar.config
{erl_opts, [nowarn_untyped_record]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{deps,
[
{rebar, ".*", {git, "https://github.com/rebar/rebar.git", {tag, "2.6.0"}}}
]}.