File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 "@tsconfig/node20" : " ^20.1.5" ,
5858 "@typescript-eslint/eslint-plugin" : " ^5.4.0" ,
5959 "@typescript-eslint/parser" : " ^5.4.0" ,
60- "@vitest/coverage-v8 " : " 2.1.9" ,
60+ "@vitest/coverage-istanbul " : " 2.1.9" ,
6161 "@vue/test-utils" : " 2.4.6" ,
6262 "eslint" : " ^7.32.0" ,
6363 "eslint-config-prettier" : " ^8.3.0" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default defineConfig({
2525 include : [ "tests/components/**/*.test.ts" ] ,
2626 setupFiles : [ "./tests/components/setup.ts" ] ,
2727 coverage : {
28- provider : "v8 " ,
28+ provider : "istanbul " ,
2929 reporter : [ "text" , "json-summary" ] ,
3030 include : [
3131 "src/components/Styling/ThemeSwitch.vue" ,
@@ -34,8 +34,8 @@ export default defineConfig({
3434 "src/components/PodBrowser.vue" ,
3535 ] ,
3636 thresholds : {
37- lines : 75 ,
38- statements : 75 ,
37+ lines : 70 ,
38+ statements : 70 ,
3939 functions : 70 ,
4040 branches : 60 ,
4141 } ,
You can’t perform that action at this time.
0 commit comments