codeclimate / ruby-test-reporter

DEPRECATED Uploads Ruby test coverage data to Code Climate
https://codeclimate.com
Other
92 stars 92 forks source link

Regression in v1.0.4? #174

Closed matiaskorhonen closed 7 years ago

matiaskorhonen commented 7 years ago

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')
matiaskorhonen commented 7 years ago

Ah, this was my fault; I hadn't read the upgrade notes to 1.0 :-\

maxjacobson commented 7 years ago

@matiaskorhonen glad you've got this working again! Please let us know if you run into any other issues.