File tree 4 files changed +14
-1
lines changed
4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ before_script:
9
9
- cp .env.example .env
10
10
- cp config/database.yml.example config/database.yml
11
11
- bin/rake db:create db:schema:load RAILS_ENV=test
12
- script : foreman run bin/rake
12
+ script : foreman run bin/rake CODECLIMATE_REPO_TOKEN=bc1f2e3577b0e97d31923693254d33208ebeeb970c0b5dd0d8e49023f23196d9
13
13
deploy :
14
14
provider : heroku
15
15
strategy : git
Original file line number Diff line number Diff line change 69
69
group :test do
70
70
gem 'capybara'
71
71
gem 'webmock' , '< 1.16'
72
+ gem 'codeclimate-test-reporter' , require : nil
72
73
end
73
74
74
75
group :development , :production do
Original file line number Diff line number Diff line change 72
72
carrierwave (>= 0.7.0 )
73
73
celluloid (0.15.2 )
74
74
timers (~> 1.1.0 )
75
+ codeclimate-test-reporter (0.3.0 )
76
+ simplecov (>= 0.7.1 , < 1.0.0 )
75
77
coderay (1.1.0 )
76
78
coffee-rails (4.0.1 )
77
79
coffee-script (>= 2.2.0 )
98
100
actionmailer (>= 3.2.6 , < 5 )
99
101
devise (>= 3.2.0 )
100
102
diff-lcs (1.2.5 )
103
+ docile (1.1.3 )
101
104
doorkeeper (1.0.0 )
102
105
railties (>= 3.1 )
103
106
dotenv (0.9.0 )
260
263
redis (>= 3.0.6 )
261
264
redis-namespace (>= 1.3.1 )
262
265
signature (0.1.7 )
266
+ simplecov (0.8.2 )
267
+ docile (~> 1.1.0 )
268
+ multi_json
269
+ simplecov-html (~> 0.8.0 )
270
+ simplecov-html (0.8.0 )
263
271
sinatra (1.4.4 )
264
272
rack (~> 1.4 )
265
273
rack-protection (~> 1.4 )
@@ -323,6 +331,7 @@ DEPENDENCIES
323
331
capybara
324
332
carrierwave
325
333
carrierwave-aws
334
+ codeclimate-test-reporter
326
335
curb
327
336
database_cleaner
328
337
devise (~> 3.1 )
Original file line number Diff line number Diff line change
1
+ require 'codeclimate-test-reporter'
2
+ CodeClimate ::TestReporter . start
3
+
1
4
# This file is copied to spec/ when you run 'rails generate rspec:install'
2
5
ENV [ "RAILS_ENV" ] ||= 'test'
3
6
ENV [ "INCOMING_EMAIL_DOMAIN" ] = 'helpful.io'
You can’t perform that action at this time.
0 commit comments