aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,