Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 7, 2024
1 parent 1071697 commit 2f0e0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.branch }}
path: coverage/coverage-*.json
path: coverage
overwrite: true

report-coverage:
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default defineConfig({
coverage: {
reporter: ["text", "json-summary", "json"],
reportOnFailure: true,
include: ["src/**", "convex/**"],
exclude: [
...coverageConfigDefaults.exclude,
"**/*.config.?(c|m)[jt]s?(x)",
Expand Down

0 comments on commit 2f0e0b4

Please sign in to comment.