Skip to content

Commit

Permalink
test: add sonar coverage reporter and improve coverage configuration
Browse files Browse the repository at this point in the history
Co-Authored-By: Leon Talbert <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and LeonmanRolls committed Jan 29, 2025
1 parent 707f9f0 commit 1472600
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ export default defineConfig({
functions: 80,
lines: 80
},
reporter: ['text', 'json-summary', 'lcov'],
reporter: ['text', 'json-summary', 'lcov', 'sonar'],
reportsDirectory: './coverage',
all: true,
clean: true,
},
typecheck: {
ignoreSourceErrors: true,
Expand Down

0 comments on commit 1472600

Please sign in to comment.