Skip to content

Commit

Permalink
add sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkE16 committed Dec 30, 2024
1 parent de49081 commit 67ee60f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sonar.projectKey=MarkE16_LiveCanvas
sonar.projectName=LiveCanvas

sonar.javascript.lcov.reportPaths=coverage/lcov.info
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
],
coverage: {
provider: "v8",
reporter: ["text", "html"],
reporter: ["text", "lcov"],
reportsDirectory: "coverage"
}
}
Expand Down

0 comments on commit 67ee60f

Please sign in to comment.