We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c13765 commit 30f4fa7Copy full SHA for 30f4fa7
.github/workflows/ci.yaml
@@ -29,7 +29,11 @@ jobs:
29
30
- run: pnpm i
31
32
- - run: pnpm run test
+ - run: pnpm run test:coverage
33
+
34
+ - uses: codecov/codecov-action@v5
35
+ with:
36
+ token: ${{ secrets.CODECOV_TOKEN }}
37
38
publish-commit:
39
runs-on: ubuntu-latest
package.json
@@ -13,7 +13,7 @@
13
"posttype:check": "tsc --noEmit",
14
"test": "vitest run",
15
"test:watch": "vitest watch",
16
- "test:coverage": "vitest run --coverage",
+ "test:coverage": "vitest run --coverage --coverage.include=packages",
17
"lint": "eslint --max-warnings=0 .",
18
"lint:fix": "pnpm run lint --fix",
19
"sherif": "pnpm dlx sherif",
0 commit comments