Open Romakita opened 5 days ago
[!NOTE] Currently processing new changes in this PR. This may take a few minutes, please wait...
📥 Commits
Reviewing files that changed from the base of the PR and between 182604fb87f9b5d7a8516d41826773a8b31ec67a and 666a12afecb1a6409466fb353ff76ab9230a3705.📒 Files selected for processing (38)
* `.github/workflows/build.yml` (1 hunks) * `packages/core/vitest.config.mts` (1 hunks) * `packages/di/vitest.config.mts` (1 hunks) * `packages/engines/vitest.config.mts` (1 hunks) * `packages/graphql/apollo/vitest.config.mts` (1 hunks) * `packages/graphql/typegraphql/vitest.config.mts` (1 hunks) * `packages/orm/adapters-redis/vitest.config.mts` (1 hunks) * `packages/orm/adapters/vitest.config.mts` (1 hunks) * `packages/orm/mikro-orm/vitest.config.mts` (1 hunks) * `packages/orm/mongoose/vitest.config.mts` (1 hunks) * `packages/orm/objection/vitest.config.mts` (1 hunks) * `packages/orm/prisma/vitest.config.mts` (1 hunks) * `packages/platform/platform-cache/vitest.config.mts` (1 hunks) * `packages/platform/platform-exceptions/vitest.config.mts` (1 hunks) * `packages/platform/platform-express/vitest.config.mts` (1 hunks) * `packages/platform/platform-http/vitest.config.mts` (1 hunks) * `packages/platform/platform-koa/vitest.config.mts` (1 hunks) * `packages/platform/platform-middlewares/vitest.config.mts` (1 hunks) * `packages/platform/platform-params/vitest.config.mts` (1 hunks) * `packages/platform/platform-router/vitest.config.mts` (1 hunks) * `packages/platform/platform-serverless/vitest.config.mts` (1 hunks) * `packages/platform/platform-views/vitest.config.mts` (1 hunks) * `packages/security/jwks/vitest.config.mts` (1 hunks) * `packages/security/oidc-provider-plugin-wildcard-redirect-uri/vitest.config.mts` (1 hunks) * `packages/security/oidc-provider/vitest.config.mts` (1 hunks) * `packages/security/passport/vitest.config.mts` (1 hunks) * `packages/third-parties/bullmq/vitest.config.mts` (1 hunks) * `packages/third-parties/components-scan/vitest.config.mts` (1 hunks) * `packages/third-parties/event-emitter/vitest.config.mts` (1 hunks) * `packages/third-parties/formio/vitest.config.mts` (1 hunks) * `packages/third-parties/pulse/vitest.config.mts` (1 hunks) * `packages/third-parties/schema-formio/vitest.config.mts` (1 hunks) * `packages/third-parties/socketio/vitest.config.mts` (1 hunks) * `packages/third-parties/sse/vitest.config.mts` (1 hunks) * `packages/third-parties/temporal/vitest.config.mts` (1 hunks) * `packages/third-parties/terminus/vitest.config.mts` (1 hunks) * `packages/third-parties/vike/vitest.config.mts` (1 hunks) * `tools/vitest/presets/index.js` (3 hunks)____________________________________________________________________________________________________________________ < Always design for concurrency. Allow for concurrency, and you'll design cleaner interfaces with fewer assumptions. > -------------------------------------------------------------------------------------------------------------------- \ \ (\__/) (•ㅅ•) / づ
The pull request includes modifications to the Vitest configuration files across various packages, primarily focusing on updating coverage thresholds for statements, branches, functions, and lines. Many configurations have seen an increase in required coverage metrics, while a few have decreased their thresholds. Additionally, there are changes in formatting and exclusions in the coverage settings. The configuration for the Vitest presets has also been refined, including the removal of unused imports and updates to the SWC plugin settings.
File Path | Change Summary |
---|---|
packages/core/vitest.config.mts | Updated coverage thresholds: statements 97.31, branches 95.69, functions 95.74, lines 97.31. Minor formatting change. |
packages/di/vitest.config.mts | Updated coverage thresholds: statements 98.91, branches 97.04, functions 97.15, lines 98.91. Minor formatting change. |
packages/engines/vitest.config.mts | Updated coverage thresholds: statements 80.69, branches 85.79, functions 78.4, lines 80.69. |
packages/graphql/apollo/vitest.config.mts | Updated coverage thresholds: statements 85, branches 85.29, functions 91.66, lines 85. |
packages/graphql/typegraphql/vitest.config.mts | Updated coverage thresholds: statements 94.8, branches 72.72, lines 94.8; functions unchanged at 100. |
packages/orm/adapters-redis/vitest.config.mts | Updated coverage thresholds: statements 99.62, branches 95.65, functions 100, lines 99.62. |
packages/orm/adapters/vitest.config.mts | Updated coverage thresholds: statements 99.17, branches 98.5, functions 96.66, lines 99.17. |
packages/orm/mikro-orm/vitest.config.mts | Updated coverage thresholds: statements 97.75, branches 97.46, functions 100, lines 97.75. Minor formatting change. |
packages/orm/mongoose/vitest.config.mts | Updated coverage thresholds: statements 97.98, branches 96.18, functions 100, lines 97.98. Minor formatting change. |
packages/orm/objection/vitest.config.mts | Updated coverage thresholds: statements 94.33, branches 98.66, functions 92.3, lines 94.33. |
packages/orm/prisma/vitest.config.mts | Updated coverage thresholds: statements 91.11, branches 92.15, functions 92.59, lines 91.11. |
packages/platform/platform-cache/vitest.config.mts | Updated branches threshold from 98.92 to 98.26; other thresholds unchanged. |
packages/platform/platform-exceptions/vitest.config.mts | Updated branches threshold from 96.66 to 97.29; other thresholds unchanged. |
packages/platform/platform-express/vitest.config.mts | Decreased thresholds: statements 96.61, branches 95, lines 96.61; functions unchanged at 100. |
packages/platform/platform-http/vitest.config.mts | Updated thresholds: statements 97.21, branches 95.14, functions 95.31, lines 97.21. |
packages/platform/platform-koa/vitest.config.mts | Decreased thresholds: statements 99.15, branches 95.6, lines 99.15; functions unchanged at 100. |
packages/platform/platform-middlewares/vitest.config.mts | Updated thresholds: statements 77.59, branches 95.83, functions 81.81, lines 77.59. |
packages/platform/platform-params/vitest.config.mts | Decreased thresholds: statements 99.2, branches 90.55, lines 99.2; functions unchanged at 100. |
packages/platform/platform-router/vitest.config.mts | Updated branches threshold from 97.47 to 94.96; other thresholds unchanged. |
packages/platform/platform-serverless/vitest.config.mts | Decreased thresholds: statements 98.53, branches 96.36, lines 98.53; functions unchanged at 100. |
packages/platform/platform-views/vitest.config.mts | Updated thresholds: statements 92.25, branches 94.73, functions 76.92, lines 92.25. |
packages/security/jwks/vitest.config.mts | Updated all thresholds to 0 from 100; added newline at end of file. |
packages/security/oidc-provider-plugin-wildcard-redirect-uri/vitest.config.mts | Updated all thresholds to 0 from 100 and 90; added newline at end of file. |
packages/security/oidc-provider/vitest.config.mts | Updated all thresholds to 0 from previous values. Added newline at end of file. |
packages/security/passport/vitest.config.mts | Updated all thresholds to 0 from previous values. |
packages/third-parties/bullmq/vitest.config.mts | Updated coverage thresholds: statements 98.92, branches 98.55, functions 100, lines 98.92. |
packages/third-parties/components-scan/vitest.config.mts | Updated branches threshold from 94.44 to 95.65; added exclusion for "**/isTsEnv.ts". |
packages/third-parties/event-emitter/vitest.config.mts | Updated thresholds: statements 81.72, branches 100, functions 90, lines 81.72. |
packages/third-parties/formio/vitest.config.mts | Updated thresholds: statements 95.77, branches 96.66, functions 96.85, lines 95.77. |
packages/third-parties/pulse/vitest.config.mts | Updated branches threshold from 96.87 to 100; other thresholds unchanged. |
packages/third-parties/schema-formio/vitest.config.mts | Updated thresholds: statements 99.62, branches 98.71, lines 99.62; functions unchanged at 100. |
packages/third-parties/socketio/vitest.config.mts | Updated thresholds: statements 99.59, branches 98.87, lines 99.59; functions unchanged at 100. |
packages/third-parties/sse/vitest.config.mts | Decreased thresholds: statements 52.28, lines 52.28; branches and functions unchanged. |
packages/third-parties/temporal/vitest.config.mts | Decreased thresholds: statements 91.86, branches 78.26, lines 91.86; functions unchanged at 88.88. |
packages/third-parties/terminus/vitest.config.mts | Updated all thresholds to 100. |
packages/third-parties/vike/vitest.config.mts | Updated all thresholds to 100. |
tools/vitest/presets/index.js | Removed resolveWorkspaceFiles import, updated coverage exclusions, modified SWC plugin settings. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit