Skip to content

Commit c58c564

Browse files
committed
fix coveralls endpoint service
1 parent 2a6a98f commit c58c564

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/slycot-build-and-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ jobs:
280280
COVERALLS_FLAG_NAME: wheel-${{ matrix.packagekey }}-${{matrix.blas_lib}}
281281
COVERALLS_PARALLEL: true
282282
working-directory: slycot-src
283-
run: coveralls
283+
# https://github.com/TheKevJames/coveralls-python/issues/252
284+
run: coveralls --service=github
284285

285286
test-conda:
286287
name: Test conda ${{ matrix.packagekey }}, ${{matrix.blas_lib}} BLAS lib ${{ matrix.failok }}
@@ -354,7 +355,8 @@ jobs:
354355
COVERALLS_FLAG_NAME: conda-${{ matrix.packagekey }}-${{matrix.blas_lib}}
355356
COVERALLS_PARALLEL: true
356357
working-directory: slycot-src
357-
run: coveralls
358+
# https://github.com/TheKevJames/coveralls-python/issues/252
359+
run: coveralls --service=github
358360

359361
coveralls-final:
360362
name: Finalize parallel coveralls

0 commit comments

Comments
 (0)