From 34816ad8dc9061e5061ab496c284ebfdef4f3004 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Fri, 11 Sep 2015 10:27:51 -0700 Subject: cover compile beams compiled for ct/eunit seperately from beams compiled otherwise fixes #788 --- src/rebar_prv_common_test.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rebar_prv_common_test.erl') diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl index d3fb143..9155d3b 100644 --- a/src/rebar_prv_common_test.erl +++ b/src/rebar_prv_common_test.erl @@ -91,6 +91,7 @@ run_test(State) -> run_test(State, Opts) -> {RawOpts, _} = rebar_state:command_parsed_args(State), + ok = rebar_prv_cover:maybe_cover_compile(State, apps), Result = case proplists:get_value(verbose, RawOpts, false) of true -> run_test_verbose(Opts); false -> run_test_quiet(Opts) -- cgit v1.1