From 4a6dc223b7a53acf99ffebeab95daef6f57f4be1 Mon Sep 17 00:00:00 2001 From: Andras Horvath Date: Wed, 24 Apr 2013 21:43:07 +0200 Subject: Add code coverage analysis functionality to `qc' - Use `cover' with QuickCheck testing - Reuse the `cover_*' rebar.config options - Refactor cover-related code to separate module (`qc_cover_utils') for use with both `eunit' and `qc' --- ebin/rebar.app | 1 + 1 file changed, 1 insertion(+) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index 29ad8cf..cc9f751 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -14,6 +14,7 @@ rebar_cleaner, rebar_config, rebar_core, + rebar_cover_utils, rebar_ct, rebar_deps, rebar_edoc, -- cgit v1.1