Current section
Files
Jump to
Current section
Files
rebar.config
{plugin_dir , "src"}.
{erl_opts , [debug_info, {platform_define, "^(R14|R15|R16|17)", random_only}]}.
{cover_enabled , true}.
{cover_print_enabled , true}.
{cover_export_enabled , true}.
{coveralls_coverdata , ".eunit/cover.coverdata"}.
{coveralls_service_name , "travis-ci"}.