Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info, nowarn_export_all]}.
{deps, []}.
{shell, [{apps, [ecron]}]}.
{profiles, [{test, [{deps, [proper]}]}]}.
{plugins, [rebar3_proper, coveralls]}.
{cover_enabled , true}.
{cover_export_enabled , true}.
{coveralls_coverdata , "_build/test/cover/*.coverdata"}. % or a string with wildcards or a list of files
{coveralls_service_name , "travis-ci"}.