Skip to content

Commit

Permalink
chore: remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Sep 28, 2023
1 parent 1141482 commit 8d1f12c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
npm run ci

0 comments on commit 8d1f12c

Please sign in to comment.