From 44b19a63adaf8eea6ac805b619f5c8897ecd26a1 Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Tue, 20 Sep 2016 18:52:32 +0100 Subject: Add proper configuration enabling coverage analysis Fetch latest stable rebar3 --- cover.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cover.spec') diff --git a/cover.spec b/cover.spec index d0efd51..502f55c 100644 --- a/cover.spec +++ b/cover.spec @@ -1,6 +1,9 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- {incl_app, relx}. {level, details}. +{incl_dirs_r, ["src", "test"]}. {excl_mods, [bin_dtl, erl_script_dtl, extended_bin_dtl, - install_upgrade_escript_dtl, nodetool_dtl, - sys_config_dtl, vm_args_dtl]}. + extended_bin_windows_dtl, erl_ini_dtl, + bin_windows_dtl, nodetool_dtl, + install_upgrade_escript_dtl, nodetool_dtl, + sys_config_dtl, vm_args_dtl, relx]}. -- cgit v1.2.3