From 4b03b75ee1fe28a9d50a874f89d34a0ab500a0a7 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 29 Jan 2021 18:13:06 +0100 Subject: [PATCH] Test fix coveralls (#1078) --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb6f58739..aaee48047 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -173,11 +173,10 @@ jobs: - name: Upload coverage env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COVERALLS_SERVICE_NAME: github-actions COVERALLS_PARALLEL: true shell: bash run: | - coveralls || echo "!! intermittent coveralls failure" + coveralls --service=github || echo "!! intermittent coveralls failure" coveralls: name: Indicate completion to coveralls.io