Skip to content

Commit 069aee6

Browse files
committed
ci: remove custom reporter
1 parent 535fc1e commit 069aee6

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
"typedoc-json-parser": "^9.0.1",
7575
"typescript": "^5.4.2",
7676
"vite": "^5.1.6",
77-
"vitest": "^1.4.0",
78-
"vitest-sonar-reporter": "^2.0.0"
77+
"vitest": "^1.4.0"
7978
},
8079
"repository": {
8180
"type": "git",

sonar-project.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
sonar.projectKey=sapphiredev_framework_26f499fc-3ac8-4d81-8aef-0d4f2bafc407
2-
sonar.testExecutionReportPaths=./sonar-report.xml
32
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

vitest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { defineConfig } from 'vitest/config';
33
export default defineConfig({
44
test: {
55
globals: true,
6-
reporters: ['default', ['vitest-sonar-reporter', { outputFile: 'sonar-report.xml' }]],
76
coverage: {
87
enabled: true,
98
reporter: ['text', 'lcov', 'cobertura']

0 commit comments

Comments
 (0)