File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ orbs:
307307 - run :
308308 name : Generate combined coverage report for all tests
309309 command : COVERAGE_DIR=/tmp/workspace/coverage bundle exec rake coverage:report
310+ # Migrate to Github Actions
310311 # - codecov/upload:
311312 # file: /tmp/workspace/coverage/report/coverage.xml
312313 - run :
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ name: Unit Tests
66 push :
77 branches :
88 - master
9- - tonycthsu/*
109 pull_request :
1110 branches :
1211 - master
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ namespace :github do
224224 'COVERAGE_DIR' => "coverage/versions/#{ runtime . alias } /${{ matrix.batch }}"
225225 }
226226 } ,
227- # { 'run' => 'apt-get update && apt-get install tree && tree -a coverage' }, # Uncomment for debugging
228227 {
229228 'if' => "${{ failure() && env.RUNNER_DEBUG == '1' }}" ,
230229 'uses' => 'mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48' ,
@@ -262,7 +261,6 @@ namespace :github do
262261 'push' => {
263262 'branches' => [
264263 'master' ,
265- 'tonycthsu/*' ,
266264 ]
267265 } ,
268266 'pull_request' => {
@@ -369,7 +367,6 @@ namespace :github do
369367 }
370368 } ,
371369 { 'run' => 'bundle exec rake coverage:report' } ,
372- # { 'run' => 'apt-get update && apt-get install tree && tree -a coverage' }, # Uncomment for debugging
373370 {
374371 'uses' => 'codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3' ,
375372 'with' => {
You can’t perform that action at this time.
0 commit comments