aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
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]}.