Current section

Files

Jump to
bookish_spork rebar.config
Raw

rebar.config

{erl_opts, [
debug_info,
warnings_as_errors
]}.
{minimum_otp_vsn, "20.3"}.
{deps, []}.
{profiles, [
{test, [
{deps, [
{gun, "1.1.0"}
]}
]}
]}.
{eunit_compile_opts, [export_all]}.
{edoc_opts, [
{overview, "overview.edoc"}
]}.
{plugins, [coveralls, covertool]}.
%% coveralls
{cover_enabled, true}.
{cover_export_enabled , true}.
{coveralls_coverdata, "_build/test/cover/*.coverdata"}.
{coveralls_service_name, "travis-ci"}.