Fix for rounding error (div by zero)#26
Conversation
|
Patch applied, version 0.4.1 is out. Thanks @bborn @lothar59: That doesn't seem to have much to do with this issue - did you add the require 'simplecov'/SimpleCov.start lines before anything else like it's stated in the README? If you load simplecov after everything else, it won't be able to track files. |
|
i did the following : i created test/spec.rb with in : require 'simplecov' i tried also : require 'simplecov' It doesn't change anything. I created a rake file to launch that task. but i got coverage 0.0%. The return in my console : |
|
Does your coverage report have any files in it? |
|
yes i have an html file but when i open it i have 0.0% coverage. It doesn't any files. (0 file covered.) |
1.8.7 support is a deliberate feature, for the time being (see simplecov-ruby#26)
1.8.7 support is a deliberate feature, for the time being (see simplecov-ruby#26)
No description provided.