Current section

Files

Jump to
p1_utils rebar.config
Raw

rebar.config

{erl_opts, [debug_info, {src_dirs, ["src"]}]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{profiles, [{test, [{erl_opts, [{src_dirs, ["src", "test"]}]}]}]}.
{plugins, [rebar3_hex]}.
%% Local Variables:
%% mode: erlang
%% End:
%% vim: set filetype=erlang tabstop=8: