aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorEric <[email protected]>2012-09-18 10:00:46 -0700
committerEric <[email protected]>2012-09-18 15:51:51 -0700
commit0a830ae52f7720b8215d616e0b22f3e961571ca2 (patch)
tree9aa2f164fcc2fc1a4398a9cce0887975f722c314 /rebar.config
parent55a689cd20a8e1792490f10c98899f98a6a20ca9 (diff)
downloadrelx-0a830ae52f7720b8215d616e0b22f3e961571ca2.tar.gz
relx-0a830ae52f7720b8215d616e0b22f3e961571ca2.tar.bz2
relx-0a830ae52f7720b8215d616e0b22f3e961571ca2.zip
add cover support to the rebar config
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 190f30a..2601902 100644
--- a/rebar.config
+++ b/rebar.config
@@ -14,4 +14,7 @@
{first_files, [rcl_provider]}.
+{cover_enabled, true}.
+{cover_print_enabled, true}.
+
{erl_opts, [debug_info, warnings_as_errors, inline]}.