Current section

Files

Jump to
gen_nbs rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{ct_compile_opts, [export_all]}.
{cover_enabled, true}.
{cobertura_opts, [verbose]}.
{provider_hooks, [{pre, [{ct, escriptize}]},
{post, [{ct, cobertura}]}]}.
{plugins, [rebar3_hex, rebar3_cobertura]}.
{cover_export_enabled, true}.