You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I view the files in the html output, it is easy to see that the coverage number is wrong. For instance one 60-line source file has only one line covered, but the stats I get for the file are
Although JRuby recently added a coverage library similar to MRI's one, it currently simply does not work. There already is an open issue for tracking JRuby support, #86. You can find further details and links on this topic over there. Closing this as duplicate.
When I view the files in the html output, it is easy to see that the coverage number is wrong. For instance one 60-line source file has only one line covered, but the stats I get for the file are
In all cases, only covered lines are counted as relevant.
I'm running JRuby with the --debug flag to ensure that full tracing functionality is enabled:
The text was updated successfully, but these errors were encountered: