Browse Source

Update rebar.config

Takeru Ohta 3 years ago
parent
commit
2f356f76d7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rebar.config

+ 2 - 0
rebar.config

@@ -15,6 +15,8 @@
 
 {clean_files, [".eunit/*", "ebin/*.beam"]}.
 
+{cover_enabled, true}.
+
 {edoc_opts, [
              {dialyzer_specs, all},
              {report_missing_type, true},