Current section
Files
Jump to
Current section
Files
rebar.config
{cover_enabled , true}.
{cover_export_enabled , true}.
{coveralls_coverdata , "_build/test/cover/eunit.coverdata"}.
{coveralls_service_name , "travis-ci"}.
{xref_checks, [undefined_function_calls]}.
{dialyzer, [
{warnings, [
error_handling,
unknown
]},
{plt_apps, all_deps}
]}.