From ad8982b931b4adb5616014dff74d47fb69907060 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Sun, 1 Feb 2015 18:41:28 -0800 Subject: generate cover data (via the `{cover_enabled, true}` option in `rebar.config` or via the `-c\--cover` flag given to the appropriate task) from the `eunit` and `ct` tasks and add a `cover` task to write coverage analysis to disk --- src/rebar.app.src | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rebar.app.src') diff --git a/src/rebar.app.src b/src/rebar.app.src index e5f21ea..8c544aa 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -25,6 +25,7 @@ {providers, [rebar_prv_as, rebar_prv_clean, + rebar_prv_cover, rebar_prv_deps, rebar_prv_dialyzer, rebar_prv_do, -- cgit v1.1