Tobias Pfeiffer
Tobias Pfeiffer
:wave: Hi, I think the offending line is [this one](https://github.com/colszowka/simplecov/blob/master/lib/simplecov/lines_classifier.rb#L23). ` if line =~ self.class.no_cov_line ` So, something is wrong with that line or how simplecov is. Printing out the...
Hi there, `add_filter` should work in general I don't know why it wouldn't. Unless you use something like `track_files` or so that overrides the filtering iirc. An example repo would...
Updated to highlight what one of the root causes here seems to be
Thanks for the report! You don't happen to have an example repository to reproduce this, do you? :)
@ybakos thank you very much for creating a sample to reproduce this error! :heart: Sadly, I won't get into working on it too soon I fear :| Maybe one of...
Hi @mvz thanks for your report and thanks for your work on reek! :green_heart: :tada: :rocket: Seems like a great idea. I think we'd have to establish some hieararchy of...
:wave: Hi, sorry I forgot to answer here. So, I think the workaround is to put one of the 2 branches into a nocov and then live with it. As...
@HoneyryderChuck that's why I suggested environment variables, `:cov-2.4` is too specific... I'd guess something along the lines of `# :nocov unless MY_ENV == "mystring":` or something to that tune. I'd...
:wave: huh, I'm not sure about entry level coverage actually - that's interesting. Woudn't a worthwhile, workaround be to have `top_level.rb` and then `require_relative "a"` ? I think the stdlib...
:wave: Imo there's not much we can do as this is how the stdlib `coverage` that we rely on behaves. Even if it is maintained by lots of people, just...