Skip to content

Commit 557f6d3

Browse files
only upload coverage
1 parent 4ff85fc commit 557f6d3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

-7
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@ jobs:
115115
ENABLE_TEST_REPORTER: true
116116
TEST_LIST: ${{ tojson(fromjson(needs.runner-indexes-vitest.outputs.test_list_array)[matrix.runner-index]) }}
117117

118-
- name: Upload test results to Codecov QA
119-
uses: codecov/test-results-action@v1
120-
if: ${{ !cancelled() && !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov'}}
121-
with:
122-
token: ${{ secrets.CODECOV_QA_GLOBAL_UPLOAD_TOKEN }}
123-
url: ${{ secrets.CODECOV_QA_URL }}
124-
125118
- name: Install CLI
126119
if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
127120
run: |

0 commit comments

Comments
 (0)