From: Jano Svitok Date: 2007-05-23T20:59:59+09:00 Subject: Re: Coverage!!! On 5/23/07, Koustubh Joshi wrote: > Hi, > > Am trying to run my ruby files in rcov task, > > here is the code, am using, > > begin > require 'rcov/rcovtask' > > Rcov::RcovTask.new do |t| > > t.test_files = FileList["/**/TestCase/*.rb"] > t.verbose = true > end > rescue LoadError > puts 'Rcov is not available.' > end > > There are many .rb files in that TestCase folder but it is showing the > coverage of only one file... > > Will you plz help me, how i can get covrage of all .rb files. Please, before reposting the same question, first see the answers you have already got [1] and comment on them. J. [1] http://www.ruby-forum.com/topic/108893#248556