diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0a2169f..a64573d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -67,13 +67,13 @@ jobs: uses: actions/download-artifact@v4 with: name: coverage-${{ github.head_ref }} - path: coverage-${{ github.head_ref }} + path: coverage - name: Download coverage (main) uses: actions/download-artifact@v4 with: name: coverage-main - path: coverage-main + path: coverage - name: Report coverage if: always() diff --git a/vite.config.ts b/vite.config.ts index 1867669..d0b9474 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -27,7 +27,7 @@ export default defineConfig({ server: { deps: { inline: ["convex-test"] } }, exclude: [...configDefaults.exclude], coverage: { - reporter: ["text", "json-summary", "json"], + reporter: ["text", "json-summary"], exclude: [ ...coverageConfigDefaults.exclude, "**/*.config.?(c|m)[jt]s?(x)",