X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=blobdiff_plain;f=rebar.config;h=8a4f3f12b5c785418bcb82a025639c82b9ca4ee6;hp=8d9caba39cdcf6dbb421466b40ed81ede886a651;hb=2a3f0971212cecc1e7a414131e8d376385264eae;hpb=caf75ed8160362773766c6bde005cf5f33544392 diff --git a/rebar.config b/rebar.config index 8d9caba..8a4f3f1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,8 @@ { deps -, [ {hope, ".*"} +, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.7.0"}}} ] }. + +{cover_enabled, true}. + +{clean_files, ["test/*.beam"]}.