diff options
Diffstat (limited to 'cover.spec')
-rw-r--r-- | cover.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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]}. |