From 5f8a8411144f56609bd1f4e301987be3f7e83087 Mon Sep 17 00:00:00 2001 From: fisker Date: Wed, 4 Mar 2020 00:25:26 +0800 Subject: [PATCH] Fix coverage report --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b17a48c73..ff1874d19c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,12 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.node_version == 12 with: github-token: ${{ secrets.github_token }} + parallel: true + - uses: coverallsapp/github-action@master + if: matrix.os == 'ubuntu-latest' && matrix.node_version == 12 + with: + github-token: ${{ secrets.github_token }} + parallel-finished: true lint: runs-on: ubuntu-latest