aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-05-16 12:27:53 +0200
committerLoïc Hoguin <[email protected]>2011-05-16 12:27:53 +0200
commit42111aa11f79dcb54c54d8772d90b718fc90b8dd (patch)
treebde9e300f950ca16bc8bb7b0ea2e03f403f3515a
parent4e4df5824288de40f1cb700d9e4d8708710b1c7b (diff)
parent107eba92a3b6f7fd3cd1a248ee094d00da6bf2c8 (diff)
downloadcowboy-42111aa11f79dcb54c54d8772d90b718fc90b8dd.tar.gz
cowboy-42111aa11f79dcb54c54d8772d90b718fc90b8dd.tar.bz2
cowboy-42111aa11f79dcb54c54d8772d90b718fc90b8dd.zip
Merge remote-tracking branch 'nox/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,