Questions tagged [rcov]

For issues relating to the Rcov coverage tool for Ruby.

Rcov is a code coverage tool for . It is commonly used for viewing overall test coverage of target code. It features:

  • cross-referenced XHTML and several kinds of text reports
  • support for easy automation with Rake
  • colorblind-friendliness

Resources:

48 questions
0
votes
1 answer

Rails Testing System Stack Error

I resumed testing my rails app after suspending it. Running tests on my rails app returns a SystemStackError now. Even a simple test like def test_per_page assert_instance_of Fixnum, Activity.per_page end is giving me…
Anooj R
  • 19
  • 4
0
votes
1 answer

How do I remove old rcov results from Jenkins?

When I first put my rails project in Jenkins, my settings were off and I generated reports for all code in vendor/. I've fixed my settings so new reports don't include that code, but even after wiping out my Jenkins workspace it still includes the…
polm23
  • 14,456
  • 7
  • 35
  • 59
0
votes
1 answer

Integrate rcov with Sublime Text 2 Ruby Tests

Is there a way to integrate rcov with the Sublime Text 2 Ruby Tests package? I'm working on Windows by the way. Running my rspec tests works great in Sublime Text, but I'd like this rcov to be integrated with it.
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
1 2 3
4