We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf3be9 commit d2e6a16Copy full SHA for d2e6a16
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
SPARSE_BACKEND=Numba pytest --pyargs sparse --cov-report=xml:coverage_Numba.xml -n auto -vvv
56
SPARSE_BACKEND=Finch pytest --pyargs sparse/tests --cov-report=xml:coverage_Finch.xml -n auto -vvv
57
SPARSE_BACKEND=MLIR pytest --pyargs sparse/mlir_backend --cov-report=xml:coverage_MLIR.xml -n auto -vvv
58
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
59
if: always()
60
with:
61
files: ./**/coverage*.xml
0 commit comments