Skip to content
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

coverage measurement not enabled? #68

Open
thepixelmonk opened this issue Sep 19, 2011 · 1 comment
Open

coverage measurement not enabled? #68

thepixelmonk opened this issue Sep 19, 2011 · 1 comment

Comments

@thepixelmonk
Copy link

Getting the following at the end of my test output:

/usr/lib/ruby/gems/1.9.1/gems/cover_me-1.2.0/lib/cover_me.rb:44:in result': coverage measurement is not enabled (RuntimeError) from /usr/lib/ruby/gems/1.9.1/gems/cover_me-1.2.0/lib/cover_me.rb:44:inblock in <top (required)>'

@belt
Copy link

belt commented Aug 23, 2012

The Coverage class is a part of the core as of ruby-1.9.x and is still experimental as of 1.9.2
The cover_me gem encapsulates the Coverage class.
"coverage measurement is not enabled" comes from the Coverage class to state Coverage.start didn't happen.

Hope this knowledge helps in one way or another.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants