-
Notifications
You must be signed in to change notification settings - Fork 18
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
UTF issue #17
Comments
I have the same problem in 1.0.0.rc4:
However, it does not occur in 1.0.0.rc2. |
I had this issue too. I think it is caused by an old coverage.data file. I deleted mine and now it works. |
i second primerano. |
I had the same issue and fixed it the same way. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/Users/ari/.rvm/gems/ruby-1.9.2-p0/gems/cover_me-1.0.0.rc3/lib/cover_me/results.rb:9:in
eval': exit (SyntaxError) (eval):1: Invalid char
\x1F' in expression(eval):1: invalid multibyte char (UTF-8)
from /Users/ari/.rvm/gems/ruby-1.9.2-p0/gems/cover_me-1.0.0.rc3/lib/cover_me/results.rb:9:in
read_results' from /Users/ari/.rvm/gems/ruby-1.9.2-p0/gems/cover_me-1.0.0.rc3/lib/cover_me/results.rb:16:in
merge_results!'from /Users/ari/.rvm/gems/ruby-1.9.2-p0/gems/cover_me-1.0.0.rc3/lib/cover_me.rb:44:in `block in <top (required)>'
I can't tell which file in my project is causing this, but I don't get any errors from a normal test run without cover_me.
The text was updated successfully, but these errors were encountered: