aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config11
1 files changed, 10 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 34b28a6..91ed457 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,6 +1,6 @@
{relx, [
{release,
- {cdapbroker,"4.0.7"},
+ {cdapbroker,"4.0.8"},
[cdapbroker]
},
%{extend_start_script,true},
@@ -67,6 +67,15 @@
{cover_enabled, true}.
{cover_export_enabled, true}.
{cover_opts, [verbose]}.
+{cover_excl_mods, [cdap_interface_tests,
+ resource_handler_tests,
+ workflows_tests,
+ httpabs_tests,
+ util_tests,
+ %sup is out of the box OTP
+ cdapbroker_sup
+ ]}.
+
%% EUnit options
{eunit_compile_opts, [debug_info, export_all]}.