summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorDavid Ã…berg <davabe@hotmail.com>2012-06-12 22:36:09 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-07 13:44:40 +0200
commit43d5b6257e3a446367aed2bd59f3f87637fcb70f (patch)
treeba14f753dbafb12ca4475e63ce923633c038e0d1 /rebar.config.sample
parentaec71f93cbcb13a3765b16209871769153af11e2 (diff)
downloadrebar-43d5b6257e3a446367aed2bd59f3f87637fcb70f.tar.gz
Enable export of cover data from eunit testrun
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 1cd85be..a6f5bf7 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -78,6 +78,9 @@
%% Whether to print coverage report to console. Default is `false'
{cover_print_enabled, false}.
+%% Whether to export coverage report to file. Default is `false'
+{cover_export_enabled, false}.
+
%% == Common Test ==
%% Override the default "test" directory in which SUITEs are located