From c17f6ff510cf80a2ce826b0cd681cb5c5302250c Mon Sep 17 00:00:00 2001 From: fabianmoronzirfas Date: Mon, 9 Mar 2020 15:24:52 +0100 Subject: [PATCH] ci(coverage): remove coverall for now --- .github/workflows/tests.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d76a177..070d2ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,16 +27,4 @@ jobs: - run: npm run build --if-present - run: npm run test:ci -- --no-color env: - CI: true - - name: Coveralls Parallel - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel: true - path-to-lcov: ./coverage/lcov.info # optional (default value) - - - name: Coveralls Finished - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true \ No newline at end of file + CI: true \ No newline at end of file