aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2011-05-16 11:42:15 +0200
committerAnthony Ramine <[email protected]>2011-05-16 11:42:15 +0200
commit107eba92a3b6f7fd3cd1a248ee094d00da6bf2c8 (patch)
treec746d2f1b43be2342a1723f23effa02c20a48cae
parent420f5baf98cb1b19209977e5552107ab3222767f (diff)
downloadcowboy-107eba92a3b6f7fd3cd1a248ee094d00da6bf2c8.tar.gz
cowboy-107eba92a3b6f7fd3cd1a248ee094d00da6bf2c8.tar.bz2
cowboy-107eba92a3b6f7fd3cd1a248ee094d00da6bf2c8.zip
Enable code coverage
-rw-r--r--cover.spec1
-rw-r--r--rebar.config1
2 files changed, 2 insertions, 0 deletions
diff --git a/cover.spec b/cover.spec
new file mode 100644
index 0000000..9dba11c
--- /dev/null
+++ b/cover.spec
@@ -0,0 +1 @@
+{incl_app, cowboy, details}.
diff --git a/rebar.config b/rebar.config
index f75bfd4..e700ab8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,3 +1,4 @@
+{cover_enabled, true}.
{dialyzer_opts, [src, {warnings, [
behaviours,
error_handling,