File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11addons :
22 apt :
33 packages :
4- - libcurl-dev
4+ - libcurl-dev
55
66language : ruby
77
1616addons :
1717 code_climate :
1818 repo_token : 8f697ca756250f0c2c54170ae27e8a9c459d18a0236903b11291c88291b3aac9
19+
20+ after_success :
21+ - bundle exec codeclimate-test-reporter
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33gemspec
4-
5- group :test do
6- gem "codeclimate-test-reporter" , require : nil
7- end
Original file line number Diff line number Diff line change 11=== CURRENT
22
33* Adding support to Ruby 2.4 and head (James Pinto)
4+ * Upgrading to CodeClimate 1.0 (James Pinto)
45
56=== 0.5.1 2016-02-29
67
Original file line number Diff line number Diff line change @@ -31,4 +31,6 @@ Gem::Specification.new do |spec|
3131 spec . add_development_dependency ( "em-http-request" , "0.2.11" )
3232 spec . add_development_dependency ( "curb" )
3333 spec . add_development_dependency ( "webmock" , "< 2.0" )
34+ spec . add_development_dependency ( "codeclimate-test-reporter" )
35+ spec . add_development_dependency ( "simplecov" )
3436end
Original file line number Diff line number Diff line change 11ENV [ 'RACK_ENV' ] = 'test'
22
3- require "codeclimate-test-reporter"
4- CodeClimate :: TestReporter . start
3+ require 'simplecov'
4+ SimpleCov . start
55
66require 'rubygems'
77require 'minitest/autorun'
1414require 'oauth'
1515require 'stringio'
1616require 'webmock/minitest'
17- WebMock . disable_net_connect! ( allow : "codeclimate.com" )
1817
1918require 'support/minitest_helpers'
You can’t perform that action at this time.
0 commit comments