chore: update workflows/coverage.yml

This commit is contained in:
chenshenhai 2021-09-21 18:51:53 +08:00
parent a2a0a6ab8c
commit 02cba4a99e

View file

@ -25,7 +25,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install cnpm -g --registry=https://registry.nlark.com
- run: cnpm install
- run: npm run beforetest
- run: npm run cover
- name: Upload coverage to Codecov