From 59eb43dc5e8205f9f31915c8558800b7259a2e40 Mon Sep 17 00:00:00 2001 From: Julian Rojas Date: Fri, 3 Jan 2025 20:27:36 +0100 Subject: [PATCH] Remove coveralls --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ea5f91..34dfe06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,3 @@ jobs: - run: npm ci - run: npm run build --if-present - run: npm run test-ci - - - name: Submit coverage results - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.github_token }} - flag-name: run-${{ matrix.node-version }} - parallel: true