Skip to content

Commit

Permalink
fix: coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Feb 17, 2024
1 parent b4fba94 commit 9c51881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules/
dist/
test-reports/
coverage/
3 changes: 2 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default defineConfig({
all: true,
include: ["src/**/*.ts"],
reportsDirectory: "./coverage/",
reportOnFailure: true,
reporter: ['text', 'json-summary', 'json'],
reportOnFailure: true,
},
passWithNoTests: true,
},
Expand Down

0 comments on commit 9c51881

Please sign in to comment.