File tree Expand file tree Collapse file tree 8 files changed +47
-0
lines changed Expand file tree Collapse file tree 8 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ spec/db/data_schema.rb
11
11
.idea /
12
12
vendor /
13
13
Gemfile.lock
14
+ coverage /
Original file line number Diff line number Diff line change @@ -37,4 +37,5 @@ Gem::Specification.new do |s|
37
37
s . add_development_dependency "timecop"
38
38
s . add_development_dependency "rubocop"
39
39
s . add_development_dependency "overcommit"
40
+ s . add_development_dependency "simplecov"
40
41
end
Original file line number Diff line number Diff line change 79
79
crass (1.0.6)
80
80
date (3.3.4)
81
81
diff-lcs (1.5.0)
82
+ docile (1.4.1)
82
83
erubi (1.13.0)
83
84
globalid (1.2.1)
84
85
activesupport (>= 6.1)
190
191
rubocop-ast (1.29.0)
191
192
parser (>= 3.2.1.0)
192
193
ruby-progressbar (1.13.0)
194
+ simplecov (0.22.0)
195
+ docile (~> 1.1)
196
+ simplecov-html (~> 0.11)
197
+ simplecov_json_formatter (~> 0.1)
198
+ simplecov-html (0.12.3)
199
+ simplecov_json_formatter (0.1.4)
193
200
sprockets (4.2.1)
194
201
concurrent-ruby (~> 1.0)
195
202
rack (>= 2.2.4, < 4)
@@ -217,6 +224,7 @@ PLATFORMS
217
224
arm64-darwin-22
218
225
arm64-darwin-23
219
226
x86_64-darwin-22
227
+ x86_64-darwin-23
220
228
x86_64-linux
221
229
222
230
DEPENDENCIES
@@ -230,6 +238,7 @@ DEPENDENCIES
230
238
rspec
231
239
rspec-core
232
240
rubocop
241
+ simplecov
233
242
sqlite3
234
243
timecop
235
244
Original file line number Diff line number Diff line change 85
85
crass (1.0.6)
86
86
date (3.3.4)
87
87
diff-lcs (1.5.0)
88
+ docile (1.4.1)
88
89
erubi (1.13.0)
89
90
globalid (1.2.1)
90
91
activesupport (>= 6.1)
198
199
rubocop-ast (1.29.0)
199
200
parser (>= 3.2.1.0)
200
201
ruby-progressbar (1.13.0)
202
+ simplecov (0.22.0)
203
+ docile (~> 1.1)
204
+ simplecov-html (~> 0.11)
205
+ simplecov_json_formatter (~> 0.1)
206
+ simplecov-html (0.12.3)
207
+ simplecov_json_formatter (0.1.4)
201
208
sqlite3 (1.7.2-aarch64-linux)
202
209
sqlite3 (1.7.2-arm64-darwin)
203
210
sqlite3 (1.7.2-x86_64-darwin)
@@ -218,6 +225,7 @@ PLATFORMS
218
225
arm64-darwin-22
219
226
arm64-darwin-23
220
227
x86_64-darwin-22
228
+ x86_64-darwin-23
221
229
x86_64-linux
222
230
223
231
DEPENDENCIES
@@ -231,6 +239,7 @@ DEPENDENCIES
231
239
rspec
232
240
rspec-core
233
241
rubocop
242
+ simplecov
234
243
sqlite3
235
244
timecop
236
245
Original file line number Diff line number Diff line change 97
97
crass (1.0.6)
98
98
date (3.3.4)
99
99
diff-lcs (1.5.0)
100
+ docile (1.4.1)
100
101
drb (2.2.1)
101
102
erubi (1.13.0)
102
103
globalid (1.2.1)
232
233
rubocop-ast (1.29.0)
233
234
parser (>= 3.2.1.0)
234
235
ruby-progressbar (1.13.0)
236
+ simplecov (0.22.0)
237
+ docile (~> 1.1)
238
+ simplecov-html (~> 0.11)
239
+ simplecov_json_formatter (~> 0.1)
240
+ simplecov-html (0.12.3)
241
+ simplecov_json_formatter (0.1.4)
235
242
sqlite3 (1.7.2)
236
243
mini_portile2 (~> 2.8.0)
237
244
sqlite3 (1.7.2-aarch64-linux)
@@ -270,6 +277,7 @@ DEPENDENCIES
270
277
rspec
271
278
rspec-core
272
279
rubocop
280
+ simplecov
273
281
sqlite3
274
282
timecop
275
283
Original file line number Diff line number Diff line change 93
93
crass (1.0.6)
94
94
date (3.3.4)
95
95
diff-lcs (1.5.1)
96
+ docile (1.4.1)
96
97
drb (2.2.1)
97
98
erubi (1.13.0)
98
99
globalid (1.2.1)
230
231
parser (>= 3.3.1.0)
231
232
ruby-progressbar (1.13.0)
232
233
securerandom (0.3.1)
234
+ simplecov (0.22.0)
235
+ docile (~> 1.1)
236
+ simplecov-html (~> 0.11)
237
+ simplecov_json_formatter (~> 0.1)
238
+ simplecov-html (0.12.3)
239
+ simplecov_json_formatter (0.1.4)
233
240
sqlite3 (2.0.2-aarch64-linux-gnu)
234
241
sqlite3 (2.0.2-arm64-darwin)
235
242
sqlite3 (2.0.2-x86_64-darwin)
@@ -267,6 +274,7 @@ DEPENDENCIES
267
274
rspec
268
275
rspec-core
269
276
rubocop
277
+ simplecov
270
278
sqlite3
271
279
timecop
272
280
Original file line number Diff line number Diff line change 96
96
crass (1.0.6)
97
97
date (3.4.0)
98
98
diff-lcs (1.5.1)
99
+ docile (1.4.1)
99
100
drb (2.2.1)
100
101
erubi (1.13.0)
101
102
globalid (1.2.1)
231
232
parser (>= 3.3.1.0)
232
233
ruby-progressbar (1.13.0)
233
234
securerandom (0.3.1)
235
+ simplecov (0.22.0)
236
+ docile (~> 1.1)
237
+ simplecov-html (~> 0.11)
238
+ simplecov_json_formatter (~> 0.1)
239
+ simplecov-html (0.12.3)
240
+ simplecov_json_formatter (0.1.4)
234
241
sqlite3 (2.1.0)
235
242
mini_portile2 (~> 2.8.0)
236
243
sqlite3 (2.1.0-aarch64-linux-gnu)
@@ -270,6 +277,7 @@ DEPENDENCIES
270
277
rspec
271
278
rspec-core
272
279
rubocop
280
+ simplecov
273
281
sqlite3
274
282
timecop
275
283
Original file line number Diff line number Diff line change
1
+ require 'simplecov'
2
+ SimpleCov . start
3
+
1
4
require 'rspec'
2
5
require 'rails'
3
6
require 'sqlite3'
You can’t perform that action at this time.
0 commit comments