From bb6853b31e2d14c97497221f8b9c5f3d63bdff12 Mon Sep 17 00:00:00 2001 From: Josh Wooding <12938082+joshwooding@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:27:37 +0100 Subject: [PATCH] Remove Coveralls (#652) --- .github/workflows/test.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96cd4183..ecdda33d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: ['20'] + node-version: ['18', '20'] steps: - uses: actions/checkout@v3 @@ -33,23 +33,6 @@ jobs: run: yarn build - name: Run Tests run: yarn test - - name: Coveralls Parallel - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - flag-name: run-${{ matrix.node-version }} - parallel: true - upload-coverage: - name: Upload Coverage - if: ${{ always() }} - needs: test - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true lint: runs-on: ubuntu-latest