jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Upgrade Code Climate usage #534

Closed zzak closed 6 years ago

zzak commented 6 years ago

This resolves the following message which was breaking the builds:

This usage of the Code Climate Test Reporter is now deprecated. Since version

1.0, we now require you to run `SimpleCov` in your test/spec helper, and then
run the provided `codeclimate-test-reporter` binary separately to report your
results to Code Climate.

More information here: https://github.com/codeclimate/ruby-test-reporter/blob/master/README.md

Since this reporter is deprecated, we have to upgrade to the latest version, example: https://docs.codeclimate.com/docs/travis-ci-test-coverage

More on SimpleCov here: https://github.com/colszowka/simplecov

zzak commented 6 years ago

@jejacks0n Do you have any ideas about the setup_aruba failure? I thought 1dcbb92 would fix it.

jejacks0n commented 6 years ago

Hmm, no I don't. I've not had time to review a lot of this stuff -- on vacation, and doing holiday stuff now. Sorry.

zzak commented 6 years ago

@jejacks0n Ah, I figured it out! Also merging #529 fixed the build so I merged that in here to see :green_heart:s! :D

I'm happy to rebase that out if you want to merge them separately, but this should help push things forward now that it's passing again! Happy Holidays! :tada: