You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To move forward with JRuby 9.2 I have tagged off the new Coverage options tests (lines, branches, methods). We still need to implement this for 2.5 compatibility, but it is being reduced in priority.
The excludes:
exclude :test_branch_coverage_for_case_statement, "no support for coverage options yet"
exclude :test_branch_coverage_for_if_statement, "no support for coverage options yet"
exclude :test_branch_coverage_for_safe_method_invocation, "no support for coverage options yet"
exclude :test_branch_coverage_for_while_statement, "no support for coverage options yet"
exclude :test_line_coverage_for_multiple_lines, "no support for coverage options yet"
exclude :test_method_coverage, "no support for coverage options yet"
exclude :test_method_coverage_for_alias, "no support for coverage options yet"
exclude :test_method_coverage_for_define_method, "no support for coverage options yet"
exclude :test_method_coverage_for_singleton_class, "no support for coverage options yet"
The text was updated successfully, but these errors were encountered:
Just chiming in that I'm finally adding branch coverage support to simplecov. No pressure though has/is taking us long enough and honesty I don't think it's that much of a killer feature but people want it :)
I'm not sure what's required for us to support it. @enebo you have looked at event hook stuff recently, did you happen to see how the new coverage options work?
To move forward with JRuby 9.2 I have tagged off the new Coverage options tests (lines, branches, methods). We still need to implement this for 2.5 compatibility, but it is being reduced in priority.
The excludes:
The text was updated successfully, but these errors were encountered: