diff options
author | Luis Rascao <[email protected]> | 2016-09-20 18:52:32 +0100 |
---|---|---|
committer | Luis Rascao <[email protected]> | 2016-09-21 22:25:58 +0100 |
commit | 44b19a63adaf8eea6ac805b619f5c8897ecd26a1 (patch) | |
tree | 950cba89805de83ad350d97ffff52492cc6ea4d6 /cover.spec | |
parent | c8714a596bd0b7fcec028474eec23938e5fb421c (diff) | |
download | relx-44b19a63adaf8eea6ac805b619f5c8897ecd26a1.tar.gz relx-44b19a63adaf8eea6ac805b619f5c8897ecd26a1.tar.bz2 relx-44b19a63adaf8eea6ac805b619f5c8897ecd26a1.zip |
Add proper configuration enabling coverage analysis
Fetch latest stable rebar3
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]}. |