From e39d0ddfb6e692eb2984a8a9d74eecdf90c6288f Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Wed, 2 Dec 2009 21:42:53 -0800 Subject: [PATCH] Updated rcov settings to exclude everything except spec/ and ^/ --- spec/rcov.opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rcov.opts b/spec/rcov.opts index 126e4ea..37b8594 100644 --- a/spec/rcov.opts +++ b/spec/rcov.opts @@ -1,4 +1,4 @@ ---exclude "spec" +--exclude-only "spec\/,^\/" --sort coverage --callsites --xrefs