Fix codecov

This commit is contained in:
shamoon
2026-02-02 22:48:18 -08:00
parent 2dd343ba84
commit 3dbf8bd3ce
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
cache: pnpm cache: pnpm
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm test --coverage - run: pnpm test
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v5
with: with:

View File

@@ -8,7 +8,7 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "eslint .", "lint": "eslint .",
"test": "vitest run", "test": "vitest run --coverage",
"test:watch": "vitest", "test:watch": "vitest",
"telemetry": "next telemetry disable" "telemetry": "next telemetry disable"
}, },