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
The changes from #163 seem to be causing some issues for us. At the end of every test run we get this error message:
Coverage report generated for RSpec to /home/travis/build/kiskolabs/app/coverage. 5183 / 10974 LOC (47.23%) covered.
Formatter CodeClimate::TestReporter::Formatter failed with NoMethodError: undefined method `map' for #<SimpleCov::Result:0x000000180f2900>
Did you mean? tap (/home/travis/build/kiskolabs/app/vendor/bundle/ruby/2.3.0/gems/codeclimate-test-reporter-1.0.5/lib/code_climate/test_reporter/formatter.rb:16:in `format')
rails 4.2.7.1
rspec 3.4
simplecov 0.13.0
codeclimate-test-reporter 1.0.5
The text was updated successfully, but these errors were encountered:
The changes from #163 seem to be causing some issues for us. At the end of every test run we get this error message:
The text was updated successfully, but these errors were encountered: