Browse Source

Enable code coverage

Anthony Ramine 14 years ago
parent
commit
107eba92a3
2 changed files with 2 additions and 0 deletions
  1. 1 0
      cover.spec
  2. 1 0
      rebar.config

+ 1 - 0
cover.spec

@@ -0,0 +1 @@
+{incl_app, cowboy, details}.

+ 1 - 0
rebar.config

@@ -1,3 +1,4 @@
+{cover_enabled, true}.
 {dialyzer_opts, [src, {warnings, [
 	behaviours,
 	error_handling,