diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13eccfa8..6ce035cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: run: npm run build - name: Test - run: npm run test -- --coverage + run: npm run test - name: Codecov uses: codecov/codecov-action@v3 diff --git a/package.json b/package.json index a9c1b99d..9abce0a0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ], "scripts": { "build": "rm -rf dist && tsc -p tsconfig.build.json", - "test": "vitest", + "test": "vitest run --coverage", "release": "yarn check && yarn test -- --run && yarn build", "fix": "yarn lint && yarn fmt", "check": "yarn lint:check && yarn fmt:check",