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
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.
The text was updated successfully, but these errors were encountered:
I get the following warning when I running my test suite:
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.The text was updated successfully, but these errors were encountered: