Skip to content

Commit

Permalink
feat: add workflow of UT coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aelf-lxy committed Jun 25, 2024
1 parent 5ab8a56 commit 4fa5ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
node-version: '16'

- name: Install dependencies
run: pnpm i
run: npm install

- name: Run tests with coverage
run: |
cd packages/${{ matrix.package }}
pnpm test:coverage
npm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4fa5ea5

Please sign in to comment.