File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2222 - name : Build and run tests
2323 env :
2424 COVERAGE : true
25+ TERM : xterm
2526 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2627 run : |
2728 gem install bundler
4041 - name : Build and run tests
4142 env :
4243 COVERAGE : true
44+ TERM : xterm
4345 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4446 run : |
4547 gem install bundler
5860 - name : Build and run tests
5961 env :
6062 COVERAGE : true
63+ TERM : xterm
6164 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6265 run : |
6366 gem install bundler
7679 - name : Build and run tests
7780 env :
7881 COVERAGE : true
82+ TERM : xterm
7983 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
8084 run : |
8185 gem install bundler
9498 - name : Build and run tests
9599 env :
96100 COVERAGE : true
101+ TERM : xterm
97102 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
98103 run : |
99104 gem install bundler
You can’t perform that action at this time.
0 commit comments