From 30bc535e93f365c789dee8782e8918a1553b9fde Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 27 Jul 2011 02:00:35 -0700 Subject: [PATCH] compile cover stats when running test suite --- rebar.config | 1 + 1 file changed, 1 insertion(+) diff --git a/rebar.config b/rebar.config index 2c26a72..9b03f12 100644 --- a/rebar.config +++ b/rebar.config @@ -21,3 +21,4 @@ debug_info]}. {dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}. {xref_checks, [undefined_function_calls]}. +{cover_enabled, true}.