File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 13
13
build :
14
14
runs-on : ubuntu-latest
15
15
16
+ env : # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
17
+ BUNDLE_GEMFILE : gemfiles/ruby-3/Gemfile
18
+
16
19
steps :
17
20
- uses : actions/checkout@v4
18
21
with :
Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ gem 'rspec'
12
12
gem 'debug'
13
13
14
14
gem 'amazing_print'
15
+
16
+ gem 'simplecov'
Original file line number Diff line number Diff line change 7
7
irb (~> 1.10 )
8
8
reline (>= 0.3.8 )
9
9
diff-lcs (1.5.1 )
10
+ docile (1.4.1 )
10
11
io-console (0.8.0 )
11
12
irb (1.14.3 )
12
13
rdoc (>= 4.0.0 )
32
33
diff-lcs (>= 1.2.0 , < 2.0 )
33
34
rspec-support (~> 3.13.0 )
34
35
rspec-support (3.13.2 )
36
+ simplecov (0.22.0 )
37
+ docile (~> 1.1 )
38
+ simplecov-html (~> 0.11 )
39
+ simplecov_json_formatter (~> 0.1 )
40
+ simplecov-html (0.13.1 )
41
+ simplecov_json_formatter (0.1.4 )
35
42
stringio (3.1.2 )
36
43
37
44
PLATFORMS
@@ -43,6 +50,7 @@ DEPENDENCIES
43
50
debug
44
51
rake
45
52
rspec
53
+ simplecov
46
54
47
55
BUNDLED WITH
48
56
2.4.22
You can’t perform that action at this time.
0 commit comments