Skip to content

Commit

Permalink
chore: correct test command
Browse files Browse the repository at this point in the history
  • Loading branch information
niuiic committed Jul 27, 2023
1 parent 6f55d86 commit af4cc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: pnpm i --frozen-lockfile
- run: pnpm test
- run: pnpm test:coverage
- uses: jaywcjlove/coverage-badges-cli@main
with:
style: flat
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"release": "pnpm package && release-it",
"call": "esrun cli",
"test": "jest",
"test:coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test:coverage": "jest --coverage",
"lint": "pnpm call lint",
"docs:dev": "vitepress dev docs",
"docs:build": "typedoc && pnpm call cleanDoc && vitepress build docs",
Expand Down

0 comments on commit af4cc91

Please sign in to comment.