diff --git a/packages/graphql/apollo/vitest.config.mts b/packages/graphql/apollo/vitest.config.mts index d6e3e594664..d759e817941 100644 --- a/packages/graphql/apollo/vitest.config.mts +++ b/packages/graphql/apollo/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 78.42, - branches: 82.35, - functions: 66.66, - lines: 78.42 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/graphql/typegraphql/vitest.config.mts b/packages/graphql/typegraphql/vitest.config.mts index df0f6fcb17d..d759e817941 100644 --- a/packages/graphql/typegraphql/vitest.config.mts +++ b/packages/graphql/typegraphql/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 96.9, - branches: 77.77, - functions: 100, - lines: 96.9 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-cache/vitest.config.mts b/packages/platform/platform-cache/vitest.config.mts index 713a830f8d8..d759e817941 100644 --- a/packages/platform/platform-cache/vitest.config.mts +++ b/packages/platform/platform-cache/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 98.92, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-exceptions/vitest.config.mts b/packages/platform/platform-exceptions/vitest.config.mts index cdd22a2d467..d759e817941 100644 --- a/packages/platform/platform-exceptions/vitest.config.mts +++ b/packages/platform/platform-exceptions/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 96.66, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-express/vitest.config.mts b/packages/platform/platform-express/vitest.config.mts index c7f2bf97a85..d759e817941 100644 --- a/packages/platform/platform-express/vitest.config.mts +++ b/packages/platform/platform-express/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 97.52, - branches: 96, - functions: 100, - lines: 97.52 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-http/vitest.config.mts b/packages/platform/platform-http/vitest.config.mts index 0a3f08131fa..d759e817941 100644 --- a/packages/platform/platform-http/vitest.config.mts +++ b/packages/platform/platform-http/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 97.98, - branches: 97.47, - functions: 95.29, - lines: 97.98 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-koa/vitest.config.mts b/packages/platform/platform-koa/vitest.config.mts index 56d3bb2591d..d759e817941 100644 --- a/packages/platform/platform-koa/vitest.config.mts +++ b/packages/platform/platform-koa/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 99.28, - branches: 96.38, - functions: 100, - lines: 99.28 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-log-middleware/vitest.config.mts b/packages/platform/platform-log-middleware/vitest.config.mts index d2598fb346b..d759e817941 100644 --- a/packages/platform/platform-log-middleware/vitest.config.mts +++ b/packages/platform/platform-log-middleware/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 100, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-log-request/vitest.config.mts b/packages/platform/platform-log-request/vitest.config.mts index d2598fb346b..d759e817941 100644 --- a/packages/platform/platform-log-request/vitest.config.mts +++ b/packages/platform/platform-log-request/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 100, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-middlewares/vitest.config.mts b/packages/platform/platform-middlewares/vitest.config.mts index dd186fcbbe9..d759e817941 100644 --- a/packages/platform/platform-middlewares/vitest.config.mts +++ b/packages/platform/platform-middlewares/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 83.81, - branches: 90.47, - functions: 63.63, - lines: 83.81 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-params/vitest.config.mts b/packages/platform/platform-params/vitest.config.mts index ccb40e519a1..d759e817941 100644 --- a/packages/platform/platform-params/vitest.config.mts +++ b/packages/platform/platform-params/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 99.55, - branches: 95.45, - functions: 100, - lines: 99.55 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-response-filter/vitest.config.mts b/packages/platform/platform-response-filter/vitest.config.mts index d2598fb346b..d759e817941 100644 --- a/packages/platform/platform-response-filter/vitest.config.mts +++ b/packages/platform/platform-response-filter/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 100, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-router/vitest.config.mts b/packages/platform/platform-router/vitest.config.mts index cc161ec7188..d759e817941 100644 --- a/packages/platform/platform-router/vitest.config.mts +++ b/packages/platform/platform-router/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 97.47, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-serverless-http/vitest.config.mts b/packages/platform/platform-serverless-http/vitest.config.mts index d2598fb346b..d759e817941 100644 --- a/packages/platform/platform-serverless-http/vitest.config.mts +++ b/packages/platform/platform-serverless-http/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 100, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-serverless/vitest.config.mts b/packages/platform/platform-serverless/vitest.config.mts index dc30eeafb8c..d759e817941 100644 --- a/packages/platform/platform-serverless/vitest.config.mts +++ b/packages/platform/platform-serverless/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 98.9, - branches: 97.22, - functions: 100, - lines: 98.9 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/platform/platform-views/vitest.config.mts b/packages/platform/platform-views/vitest.config.mts index 3127fa60e6a..d759e817941 100644 --- a/packages/platform/platform-views/vitest.config.mts +++ b/packages/platform/platform-views/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 94.24, - branches: 88.88, - functions: 78.57, - lines: 94.24 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/security/jwks/vitest.config.mts b/packages/security/jwks/vitest.config.mts index d2598fb346b..d759e817941 100644 --- a/packages/security/jwks/vitest.config.mts +++ b/packages/security/jwks/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 100, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/security/oidc-provider-plugin-wildcard-redirect-uri/vitest.config.mts b/packages/security/oidc-provider-plugin-wildcard-redirect-uri/vitest.config.mts index 17fefad7305..d759e817941 100644 --- a/packages/security/oidc-provider-plugin-wildcard-redirect-uri/vitest.config.mts +++ b/packages/security/oidc-provider-plugin-wildcard-redirect-uri/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 90, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/security/oidc-provider/vitest.config.mts b/packages/security/oidc-provider/vitest.config.mts index af27d616070..d759e817941 100644 --- a/packages/security/oidc-provider/vitest.config.mts +++ b/packages/security/oidc-provider/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 97.69, - branches: 92.75, - functions: 100, - lines: 97.69 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/security/passport/vitest.config.mts b/packages/security/passport/vitest.config.mts index 4e6d7701311..d759e817941 100644 --- a/packages/security/passport/vitest.config.mts +++ b/packages/security/passport/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 99.05, - branches: 95.31, - functions: 100, - lines: 99.05 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/agenda/vitest.config.mts b/packages/third-parties/agenda/vitest.config.mts index 69d33025271..f8dc9b023ac 100644 --- a/packages/third-parties/agenda/vitest.config.mts +++ b/packages/third-parties/agenda/vitest.config.mts @@ -12,12 +12,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 100, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/bullmq/vitest.config.mts b/packages/third-parties/bullmq/vitest.config.mts index f514ed806e7..d759e817941 100644 --- a/packages/third-parties/bullmq/vitest.config.mts +++ b/packages/third-parties/bullmq/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 97.16, - branches: 94.54, - functions: 90, - lines: 97.16 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/components-scan/vitest.config.mts b/packages/third-parties/components-scan/vitest.config.mts index d2598fb346b..d759e817941 100644 --- a/packages/third-parties/components-scan/vitest.config.mts +++ b/packages/third-parties/components-scan/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 100, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/event-emitter/vitest.config.mts b/packages/third-parties/event-emitter/vitest.config.mts index 790fdc76eee..d759e817941 100644 --- a/packages/third-parties/event-emitter/vitest.config.mts +++ b/packages/third-parties/event-emitter/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 83.21, - branches: 90.47, - functions: 75, - lines: 83.21 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/formio/vitest.config.mts b/packages/third-parties/formio/vitest.config.mts index 946caa1d8da..d759e817941 100644 --- a/packages/third-parties/formio/vitest.config.mts +++ b/packages/third-parties/formio/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 94.3, - branches: 88.83, - functions: 82.81, - lines: 94.3 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/pulse/vitest.config.mts b/packages/third-parties/pulse/vitest.config.mts index 6218da60e17..f8dc9b023ac 100644 --- a/packages/third-parties/pulse/vitest.config.mts +++ b/packages/third-parties/pulse/vitest.config.mts @@ -12,12 +12,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 96.87, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/schema-formio/vitest.config.mts b/packages/third-parties/schema-formio/vitest.config.mts index 161af18d2cc..d759e817941 100644 --- a/packages/third-parties/schema-formio/vitest.config.mts +++ b/packages/third-parties/schema-formio/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 99.71, - branches: 98.48, - functions: 100, - lines: 99.71 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/socketio/vitest.config.mts b/packages/third-parties/socketio/vitest.config.mts index cc10f12c720..d759e817941 100644 --- a/packages/third-parties/socketio/vitest.config.mts +++ b/packages/third-parties/socketio/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 99.93, - branches: 98.11, - functions: 100, - lines: 99.93 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/sse/vitest.config.mts b/packages/third-parties/sse/vitest.config.mts index a7157bc2f79..d759e817941 100644 --- a/packages/third-parties/sse/vitest.config.mts +++ b/packages/third-parties/sse/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 53.84, - branches: 75, - functions: 64.28, - lines: 53.84 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/stripe/vitest.config.mts b/packages/third-parties/stripe/vitest.config.mts index d2598fb346b..d759e817941 100644 --- a/packages/third-parties/stripe/vitest.config.mts +++ b/packages/third-parties/stripe/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 100, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/temporal/vitest.config.mts b/packages/third-parties/temporal/vitest.config.mts index 00b2de77d5a..d759e817941 100644 --- a/packages/third-parties/temporal/vitest.config.mts +++ b/packages/third-parties/temporal/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 95.54, - branches: 85, - functions: 88.88, - lines: 95.54 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/terminus/vitest.config.mts b/packages/third-parties/terminus/vitest.config.mts index 74dbfeec960..d759e817941 100644 --- a/packages/third-parties/terminus/vitest.config.mts +++ b/packages/third-parties/terminus/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 98.14, - branches: 95.23, - functions: 92.3, - lines: 98.14 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/third-parties/vike/vitest.config.mts b/packages/third-parties/vike/vitest.config.mts index 5c5754a9a32..d759e817941 100644 --- a/packages/third-parties/vike/vitest.config.mts +++ b/packages/third-parties/vike/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 96.72, - branches: 90.9, - functions: 83.33, - lines: 96.72 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +); diff --git a/packages/utils/normalize-path/vitest.config.mts b/packages/utils/normalize-path/vitest.config.mts index d2598fb346b..d759e817941 100644 --- a/packages/utils/normalize-path/vitest.config.mts +++ b/packages/utils/normalize-path/vitest.config.mts @@ -10,12 +10,12 @@ export default defineConfig( coverage: { ...presets.test.coverage, thresholds: { - statements: 100, - branches: 100, - functions: 100, - lines: 100 + statements: 0, + branches: 0, + functions: 0, + lines: 0 } } } } -); \ No newline at end of file +);