We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8c326 commit 8fcaaa1Copy full SHA for 8fcaaa1
1 file changed
.github/workflows/test.yml
@@ -126,10 +126,7 @@ jobs:
126
path: junit/test-results.xml
127
- name: Upload coverage to Codecov
128
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 }}
+ uses: codecov/codecov-action@v3
133
134
cluster:
135
name: "Test in a dask cluster"
0 commit comments