We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff85fc commit 557f6d3Copy full SHA for 557f6d3
.github/workflows/ci.yml
@@ -115,13 +115,6 @@ jobs:
115
ENABLE_TEST_REPORTER: true
116
TEST_LIST: ${{ tojson(fromjson(needs.runner-indexes-vitest.outputs.test_list_array)[matrix.runner-index]) }}
117
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
-
125
- name: Install CLI
126
if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
127
run: |
0 commit comments