@rubyforge.org
Subject: Re: [Ironruby-core] code coverage of ironruby code
rcov can spit out junit xml
I'm sure it can spit out the xml we want.
Ideally rcov would be ported and usable for both C# and ruby code when
executing tests. Seeing how many people are trying cucumber on ironruby it
could
>>
>> # run your unit tests here
>>
>>
>>
>> # stop code coverage service
>>
>> "%PERF_TOOLS%\vsperfcmd.exe" /shutdown
>>
>>
>>
>> Open report_file.coverage in VS.
>>
>>
>>
>> Tomas
>>
>>
>>
d.exe" /shutdown
>
>
>
> Open report_file.coverage in VS.
>
>
>
> Tomas
>
>
>
> *From:* ironruby-core-boun...@rubyforge.org [mailto:
> ironruby-core-boun...@rubyforge.org] *On Behalf Of *Ivan Porto Carrero
> *Sent:* Wednesday, September 23, 2009 2:19
fcmd.exe" /shutdown
Open report_file.coverage in VS.
Tomas
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero
Sent: Wednesday, September 23, 2009 2:19 AM
To: ironruby-core
Subject: [Ironruby-core] code coverage of ironruby code
Hi
Is there
Subject: [Ironruby-core] code coverage of ironruby code
Hi
Is there a way to get the code coverage when running RSpec or Test::Unit stuff
with ironruby? It would help me a lot to set build tresholds etc.
Because I guess the C# tools won't be able to do it and the ruby tools neither.
Is it i
Hi
Is there a way to get the code coverage when running RSpec or Test::Unit
stuff with ironruby? It would help me a lot to set build tresholds etc.
Because I guess the C# tools won't be able to do it and the ruby tools
neither.
Is it in the cards? What would it take to implement something like th