-
Notifications
You must be signed in to change notification settings - Fork 8
Make gem work for projects with Ruby >= 2.7 and source code with UTF-8 #28
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
Conversation
incompatible character encodings: ASCII-8BIT and UTF-8 Taken from simplecov-ruby/simplecov#866
Fix:
ArgumentError:
wrong number of arguments (given 3, expected 2; required keywords: file_path, line_index)
# reverse_coverage-0.1.1/lib/reverse_coverage/main.rb:80:in `save_changes'
# reverse_coverage-0.1.1/lib/reverse_coverage/main.rb:35:in `block (2 levels) in add'
|
I guess this project is no longer maintained @blocknotes @DanielePalombo ? Could you update the README? |
DanielePalombo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| 'Libraries' => %r{/lib/}, | ||
| 'Interactors' => %r{/app/interactors}, | ||
| 'Services' => %r{/app/services}, | ||
| 'Validators' => %r{/app/validators}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should probably removes these 3 last lines. Not standard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, maybe you can add a configuration in order to customize the Categories
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been 2 years. I won't work on it. You can remove these lines with a new commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot edit your branch. I would prefer it if you can remove that commit and force-push the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| 'Libraries' => %r{/lib/}, | ||
| 'Interactors' => %r{/app/interactors}, | ||
| 'Services' => %r{/app/services}, | ||
| 'Validators' => %r{/app/validators}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot edit your branch. I would prefer it if you can remove that commit and force-push the change.
|
❤️ |
It sounds like this projet is kind of abandoned so I'll push this PR for people who have read your excellent blog post and want to give it a try.
Thank you for sharing :)