From 83515087b920937e1a454c01a659bcf787e0a0f0 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 15 May 2024 09:44:31 +0200 Subject: [PATCH] Use oder coveralls version. See https://github.com/TheKevJames/coveralls-python/issues/440 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8629b93..f893284 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -294,7 +294,7 @@ jobs: - name: Submit to Coveralls # This is a container action, which only runs on Linux. if: ${{ startsWith(runner.os, 'Linux') }} - uses: AndreMiras/coveralls-python-action@develop + uses: icemac/coveralls-python-action@develop with: parallel: true @@ -303,7 +303,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Coveralls Finished - uses: AndreMiras/coveralls-python-action@develop + uses: icemac/coveralls-python-action@develop with: parallel-finished: true