summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-03-21 12:01:20 +0100
committerMickael Remond <mremond@process-one.net>2016-03-21 12:01:20 +0100
commitef04dd75aa91793cd5fb8c87265c0b5214e0b575 (patch)
tree971550dad66886a2636ffbeee2d2d0b0f99c5d61 /rebar.config
parentUse static key for mysql repo (diff)
Add Coveralls support
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 1f064dd5..d4dac434 100644
--- a/rebar.config
+++ b/rebar.config
@@ -67,6 +67,7 @@
{erl_opts, [nowarn_deprecated_function,
{if_var_false, debug, no_debug_info},
+ {if_var_true, debug, debug_info},
{if_var_true, roster_gateway_workaround, {d, 'ROSTER_GATWAY_WORKAROUND'}},
{if_var_match, db_type, mssql, {d, 'mssql'}},
{if_var_true, erlang_deprecated_types, {d, 'ERL_DEPRECATED_TYPES'}},
@@ -111,6 +112,9 @@
{eunit_compile_opts, [{i, "tools"}]}.
+{cover_enabled, true}.
+{cover_export_enabled, true}.
+
{post_hook_configure, [{"fast_tls", []},
{"stringprep", []},
{"fast_yaml", []},