X-Git-Url: https://git.xandkar.net/?p=hope.git;a=blobdiff_plain;f=rebar.config;h=84843333871150f34f12d17a4fad4f07ea03dca8;hp=986fa4002317f45ceafcfa4f953d7772a46ca185;hb=87160c0adda38ad3c307cc4072a03ab606f359ef;hpb=f4780d184dddbe3233fed77dac7ddeb74c4f5b02 diff --git a/rebar.config b/rebar.config index 986fa40..8484333 100644 --- a/rebar.config +++ b/rebar.config @@ -4,3 +4,7 @@ {deps, [{proper, ".*", {git, "https://github.com/manopapad/proper.git", {tag, "v1.1"}}}] }. + +{cover_enabled, true}. + +{clean_files, ["test/*.beam"]}.