-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coverage data provided by Coverage exceeds number of lines #98
Comments
I'm getting the same error on a half a dozen files or so. It just started yesterday after I did a gem update. Any ideas ? What do you need from me to diagnose? |
Hey guys, unfortunately Jruby is not supported as the Coverage library there is not compatible with MRI 1.9's one. Check out #86 for further info. |
So do we just have to live with long lists of warnings on JRuby? Is there a way to (safely; that is, specifically this warning only) turn these warnings off, at least? See #86 (comment) (@BrandonMathis) for another report of this. Should I [...] EDIT: just remove that message output when defined?(JRUBY_VERSION) or could that mask real issues?: https://github.com/colszowka/simplecov/blob/03e5124fc4aeb2491ddab84f1e5c14a26f4de593/lib/simplecov/source_file.rb#L90 ? Thanks. |
I have the same problem with current jruby 1.7.10 Warning: coverage data provided by Coverage exceeds ... |
+1 for same problem jruby 1.7.12 |
+1 for same problem using |
@x-itec @moofish32 This issue was closed on Jan 27, 2012 due to issues with JRuby that persist. See the above referenced issue #86 @timnovinger same points as above, except also
|
I can confirm that emptying the contents of your |
Seeing this in 2023 now after enabling If I remove/disable I'm adding it here as an easy reference point for others seeing this in the latest release. |
There is a resolved issue, but it seems to be a different one.
Is there any way to fix it?
The text was updated successfully, but these errors were encountered: