Skip to content

Commit c47ee3e

Browse files
committed
Cleanup
1 parent cebc1b2 commit c47ee3e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ name: Unit Tests
66
push:
77
branches:
88
- master
9-
- tonycthsu/*
109
pull_request:
1110
branches:
1211
- master

tasks/github.rake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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' => {

0 commit comments

Comments
 (0)