From 710f5743095ef89561b43f757f9a694b1b58e948 Mon Sep 17 00:00:00 2001 From: Neel Parihar <87318395+Neelterminusdb@users.noreply.github.com> Date: Thu, 24 Mar 2022 17:22:44 +0530 Subject: [PATCH] Revert "added coveralls step (#148)" This reverts commit a6cf342c36091b37813b33f601e7907d7e5d42bf. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 611c94dc..d645d241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,6 @@ jobs: node-version: 14 - name: Install and test run: npm install-ci-test - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: npm run build - name: Lint