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

warning: instance variable @track_files_glob not initialized #92

Closed
spickermann opened this issue Dec 17, 2015 · 2 comments
Closed

warning: instance variable @track_files_glob not initialized #92

spickermann opened this issue Dec 17, 2015 · 2 comments

Comments

@spickermann
Copy link

I get the following warning when I running my test suite:

/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/simplecov-0.11.1/lib/simplecov.rb:56: warning: instance variable @track_files_glob not initialized

It seems like the Coveralls gem is missing to set some configuration on the simplecov gem. The track_files config in question was introduced to SimpleCov in this PR: simplecov-ruby/simplecov#422 just a few weeks ago.

@kbrock
Copy link
Contributor

kbrock commented Feb 19, 2016

@spickermann this has been fixed in simplecov. They added a defined?(@track_files_glob) in their code

close?

@spickermann
Copy link
Author

I just ran a test suite and the warning is gone. Thanks a lot.

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