From cf7186ba8584f5276638fa09e0ff3c50d4d80f2f Mon Sep 17 00:00:00 2001 From: nuex Date: Sat, 8 Mar 2014 19:20:08 -0500 Subject: exclude dtl scripts from cover --- cover.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cover.spec b/cover.spec index 3930df1..d0efd51 100644 --- a/cover.spec +++ b/cover.spec @@ -1,2 +1,6 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- -{incl_app, relx, details}. +{incl_app, relx}. +{level, details}. +{excl_mods, [bin_dtl, erl_script_dtl, extended_bin_dtl, + install_upgrade_escript_dtl, nodetool_dtl, + sys_config_dtl, vm_args_dtl]}. -- cgit v1.2.3