From a846f18c291077b146000842d20ff541f24d53cd Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Sat, 16 Jan 2021 10:30:59 -0700 Subject: [PATCH] MAINT: Coveralls needs to know about the service A recent update to coveralls 3 requires the service to be explicitly set. --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 678164a82..704e60a6c 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -76,7 +76,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: - coveralls + coveralls --service=github - name: Create image output if: ${{ steps.test.conclusion == 'failure' }}