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
@Steinitch Not at this time. Until recently, the Coverage module in the ruby standard library did not let you start and stop it, which made it difficult to get a before and after for individual tests. Per http://tenderlovemaking.com/2015/02/13/predicting-test-failues.html looks like we may be able to do this with more work on future versions of Ruby. A PR or issue relating to that is welcome.
Otherwise, please see #340 for some more information
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What is the meaning of the number at the right side of green lines in coverage detail?
i.e.
1 def foo() 1 <---
2 baz 23 <---
3 end
The text was updated successfully, but these errors were encountered: