File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
branches :
10
10
- main
11
- env :
12
- COVERAGE : true
13
- CODECOV_TOKEN : d7028c0e-97c5-485f-85e5-f63daabeef63
14
11
jobs :
15
12
test-ruby-2-4-x :
16
13
runs-on : ubuntu-latest
23
20
ruby-version : 2.4
24
21
bundler-cache : true
25
22
- name : Build and run tests
23
+ env :
24
+ COVERAGE : true
25
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
26
26
run : |
27
27
gem install bundler
28
28
bundle install --jobs 4 --retry 3
38
38
ruby-version : 2.5
39
39
bundler-cache : true
40
40
- name : Build and run tests
41
+ env :
42
+ COVERAGE : true
43
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
41
44
run : |
42
45
gem install bundler
43
46
bundle install --jobs 4 --retry 3
53
56
ruby-version : 2.6
54
57
bundler-cache : true
55
58
- name : Build and run tests
59
+ env :
60
+ COVERAGE : true
61
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
56
62
run : |
57
63
gem install bundler
58
64
bundle install --jobs 4 --retry 3
68
74
ruby-version : 2.7
69
75
bundler-cache : true
70
76
- name : Build and run tests
77
+ env :
78
+ COVERAGE : true
79
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
71
80
run : |
72
81
gem install bundler
73
82
bundle install --jobs 4 --retry 3
83
92
ruby-version : 3.0
84
93
bundler-cache : true
85
94
- name : Build and run tests
95
+ env :
96
+ COVERAGE : true
97
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
86
98
run : |
87
99
gem install bundler
88
100
bundle install --jobs 4 --retry 3
You can’t perform that action at this time.
0 commit comments