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 88 pull_request :
99 branches :
1010 - main
11- env :
12- COVERAGE : true
13- CODECOV_TOKEN : d7028c0e-97c5-485f-85e5-f63daabeef63
1411jobs :
1512 test-ruby-2-4-x :
1613 runs-on : ubuntu-latest
2320 ruby-version : 2.4
2421 bundler-cache : true
2522 - name : Build and run tests
23+ env :
24+ COVERAGE : true
25+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2626 run : |
2727 gem install bundler
2828 bundle install --jobs 4 --retry 3
3838 ruby-version : 2.5
3939 bundler-cache : true
4040 - name : Build and run tests
41+ env :
42+ COVERAGE : true
43+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4144 run : |
4245 gem install bundler
4346 bundle install --jobs 4 --retry 3
5356 ruby-version : 2.6
5457 bundler-cache : true
5558 - name : Build and run tests
59+ env :
60+ COVERAGE : true
61+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
5662 run : |
5763 gem install bundler
5864 bundle install --jobs 4 --retry 3
6874 ruby-version : 2.7
6975 bundler-cache : true
7076 - name : Build and run tests
77+ env :
78+ COVERAGE : true
79+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7180 run : |
7281 gem install bundler
7382 bundle install --jobs 4 --retry 3
8392 ruby-version : 3.0
8493 bundler-cache : true
8594 - name : Build and run tests
95+ env :
96+ COVERAGE : true
97+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
8698 run : |
8799 gem install bundler
88100 bundle install --jobs 4 --retry 3
You can’t perform that action at this time.
0 commit comments