Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{xref_checks, [undefined_function_calls, deprecated_function_calls]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{coveralls_coverdata, "_build/test/cover/eunit.coverdata"}.
{coveralls_service_name, "travis-ci"}.
{profiles, [
{test, [
{deps, [
{proper, {git, "https://github.com/zmstone/proper", {tag, "1.4.1"}}}
]}
]}
]}.
{project_plugins, [
rebar3_hex,
coveralls,
{erlfmt, "1.6.0"}
]}.