-
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
Fix avg coverage_strength for a group of files #192
Conversation
Nice, thanks! |
(PR can't be merged by GH at the moment due to other PRs that conflict with it, I'll merge manually ASAP. Keeping open so long) |
What other PRs are conflicting? I can try to work on it. |
I'm not sure as Github only says "cannot be automatically merged", but it might just be the Changelog (I am not aware of recent changes to the source code parts of your PR off the top of my head, so it's probably that). If you've got the time to amend that'd be great! |
Conflicts: CHANGELOG.md test/test_file_list.rb
There -- it was a conflict with the Changelog, as well as the refactoring of the on_ruby helper here: 16b2848 Should be an easy merge now. |
Conflicts: CHANGELOG.md
What are your thoughts on this PR? I just pulled master, so it should be a painless merge. |
Merged, thanks a lot! I'll ship this as part of 0.8.0 today. |
(= |
Fix issue 179
Had to change existing test cases in test/test_file_list.rb, because I needed fixtures in which lines of code were tested multiple times.