From 8d1f12cc66ad8cdfc33714df3113c682a9b308d6 Mon Sep 17 00:00:00 2001 From: hustcc Date: Thu, 28 Sep 2023 10:55:47 +0800 Subject: [PATCH] chore: remove coverage --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf8538e..f9ae5dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,9 +29,4 @@ jobs: - name: Run ci run: | npm install - npm run ci - - name: coverall - if: success() - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + npm run ci \ No newline at end of file