Browse Source

Add cover analysis for unit tests

Seth Falcon 13 years ago
parent
commit
23358c73a8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rebar.config

+ 4 - 0
rebar.config

@@ -1 +1,5 @@
+%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
+%% ex: ts=4 sw=4 ft=erlang et
+
 {erl_opts, [debug_info]}.
+{cover_enabled, true}.