From 9997a32629590ef66ec35710b69c3052fc812f73 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 23 Mar 2021 00:26:27 +0100 Subject: [PATCH] Try to fix coveralls See https://github.com/TheKevJames/coveralls-python/issues/252 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef1788a..8316185 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | python -m pip install coveralls - python -m coveralls + python -m coveralls --service=github coveralls-finish: needs: test @@ -39,4 +39,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | python -m pip install coveralls - python -m coveralls --finish + python -m coveralls --service=github --finish