From 16bf8d076da187e7392d815ba6d7f948175a9e60 Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Sun, 16 Aug 2020 16:58:37 -0400 Subject: [PATCH 1/3] Try using Github token --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef4a0acef..89b387e6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: coveralls env: COVERALLS_PARALLEL: true - COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Send notification when all tests have finished to combine coverage results coverage-finish: needs: tests From bc5583e0c1b21a19f5dde2f84a65d477f1496142 Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Sun, 16 Aug 2020 17:09:03 -0400 Subject: [PATCH 2/3] Add coveralls flag name to differentiate parallel builds --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89b387e6f..d5c6ab7a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: run: | coveralls env: + COVERALLS_FLAG_NAME: ${{ matrix.type }} COVERALLS_PARALLEL: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Send notification when all tests have finished to combine coverage results From 0d77e6ac9ea30bc1a9958b9ad8e68202d8844177 Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Sun, 16 Aug 2020 18:12:50 -0400 Subject: [PATCH 3/3] Revert "Add coveralls flag name to differentiate parallel builds" This reverts commit bc5583e0c1b21a19f5dde2f84a65d477f1496142. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5c6ab7a0..89b387e6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,6 @@ jobs: run: | coveralls env: - COVERALLS_FLAG_NAME: ${{ matrix.type }} COVERALLS_PARALLEL: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Send notification when all tests have finished to combine coverage results