From 32522a5f652ed24cd89163ee5f4d3975377b1621 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Thu, 11 Nov 2021 00:55:35 +0100 Subject: [PATCH] ci: notify coveralls on finished parallel builds --- .github/workflows/coveralls.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 36b9530..c0fc2d7 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -7,21 +7,10 @@ on: - completed jobs: - coveralls: + finish: runs-on: ubuntu-latest env: NODE_COVERALLS_DEBUG: 1 - steps: - - name: Upload Coverage to Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: ./coverage.info - parallel: true - - finish: - needs: coveralls - runs-on: ubuntu-latest steps: - name: Coveralls Finished