diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-09-25 16:28:17 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-09-25 16:29:11 -0400 |
commit | 4d68a25267d0173b13e6238d76274dc874967872 (patch) | |
tree | 5a79bdd8b8c58f548a43ec6e6f1a3fbb6169b462 /rebar.config | |
parent | aebd63152eec0fc8eff7b8757330c27a90849f49 (diff) |
Greatly increase unit tests
Issue-ID: DCAEGEN2-99
Change-Id: I03b62d8a54b8a6eb443f5ce648a92ff1f9953ade
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 11 |
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]}. |