X-Git-Url: https://git.xandkar.net/?p=hope.git;a=blobdiff_plain;f=rebar.config;h=84843333871150f34f12d17a4fad4f07ea03dca8;hp=986fa4002317f45ceafcfa4f953d7772a46ca185;hb=8bbf6f4d400d79736e7866d67ecb3517b61bb1c1;hpb=5bf3cf5421035240626613376c05644c8bd27908 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"]}.