chore: update workflows/coverage.yml

This commit is contained in:
chenshenhai 2021-09-21 17:19:28 +08:00
parent ba1d6eb764
commit 1eba5aa7fa

View file

@ -25,7 +25,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
# - run: npm install
- run: yarn
- run: npm run beforetest
- run: npm run cover
- name: Upload coverage to Codecov