Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 7, 2024
1 parent 67c310b commit 22628ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 22628ec

Please sign in to comment.