From 0c84e7822f7fdc0a3eedb2c18a4659685b41f2ad Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 14 Jun 2024 14:47:24 +0200 Subject: [PATCH] fixup Signed-off-by: Matteo Collina --- .github/workflows/test.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a7891e..0848676 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,13 +70,3 @@ jobs: - run: npm run build - run: npm run test:tsd - run: npm run test:cov || npm run test:cov || npm run test:cov - - code-coverage: - needs: test - runs-on: ubuntu-latest - steps: - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true