Skip to content

Commit 8fcaaa1

Browse files
authored
Update CodeCov upload step (#666)
1 parent eb8c326 commit 8fcaaa1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,7 @@ jobs:
126126
path: junit/test-results.xml
127127
- name: Upload coverage to Codecov
128128
if: github.repository == 'dask-contrib/dask-sql'
129-
uses: codecov/codecov-action@v2
130-
with:
131-
fail_ci_if_error: true
132-
token: ${{ secrets.CODECOV_TOKEN }}
129+
uses: codecov/codecov-action@v3
133130

134131
cluster:
135132
name: "Test in a dask cluster"

0 commit comments

Comments
 (0)