We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting this with reverse_coverage when trying to save out the index:
Encoding::CompatibilityError: incompatible character encodings: UTF-8 and ASCII-8BIT (erb):34:in block (2 levels) in format' (erb):33:in each' (erb):33:in block in format' /home/rof/cache/bundler/ruby/2.6.0/gems/reverse_coverage-0.1.1/lib/reverse_coverage/formatters/html/formatter.rb:21:in block in format' /home/rof/cache/bundler/ruby/2.6.0/gems/reverse_coverage-0.1.1/lib/reverse_coverage/formatters/html/formatter.rb:20:in open' /home/rof/cache/bundler/ruby/2.6.0/gems/reverse_coverage-0.1.1/lib/reverse_coverage/formatters/html/formatter.rb:20:in format' ./spec/spec_helper.rb:87:in `block (2 levels) in <top (required)>'
block (2 levels) in format' (erb):33:in
block in format' /home/rof/cache/bundler/ruby/2.6.0/gems/reverse_coverage-0.1.1/lib/reverse_coverage/formatters/html/formatter.rb:21:in
open' /home/rof/cache/bundler/ruby/2.6.0/gems/reverse_coverage-0.1.1/lib/reverse_coverage/formatters/html/formatter.rb:20:in
Can anyone offer any advice on how to fix this?
Thanks, Greig Wise
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting this with reverse_coverage when trying to save out the index:
Encoding::CompatibilityError:
incompatible character encodings: UTF-8 and ASCII-8BIT
(erb):34:in
block (2 levels) in format' (erb):33:in
each'(erb):33:in
block in format' /home/rof/cache/bundler/ruby/2.6.0/gems/reverse_coverage-0.1.1/lib/reverse_coverage/formatters/html/formatter.rb:21:in
block in format'/home/rof/cache/bundler/ruby/2.6.0/gems/reverse_coverage-0.1.1/lib/reverse_coverage/formatters/html/formatter.rb:20:in
open' /home/rof/cache/bundler/ruby/2.6.0/gems/reverse_coverage-0.1.1/lib/reverse_coverage/formatters/html/formatter.rb:20:in
format'./spec/spec_helper.rb:87:in `block (2 levels) in <top (required)>'
Can anyone offer any advice on how to fix this?
Thanks,
Greig Wise
The text was updated successfully, but these errors were encountered: