From f0878af652f1f6ca46cd06388f556da9902e0835 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 9 Jan 2024 16:55:58 +0100 Subject: [PATCH] drop coveralls Signed-off-by: Matteo Collina --- .github/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index affe297..aa76384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,23 +61,6 @@ jobs: - name: Run tests run: npm run test:ci - - name: Coveralls Parallel - uses: coverallsapp/github-action@v2.2.3 - with: - github-token: ${{ secrets.github_token }} - parallel: true - flag-name: run-${{ matrix.node-version }}-${{ matrix.os }} - - coverage: - needs: test - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@v2.2.3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true - automerge: name: Automerge Dependabot PRs if: >