Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, [
{nova, "~> 0.13"}
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{ex_doc, [{proglang, erlang},
{main, <<"readme">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{source_url, <<"https://github.com/novaframework/nova_test">>}]}.
{profiles, [
{test, [
{erl_opts, [debug_info, nowarn_export_all]},
{extra_src_dirs, ["test/support"]},
{deps, [
{proper, "1.4.0"}
]}
]}
]}.