Skip to content

Conversation

@EvilGenius13
Copy link
Contributor

🚧 SNAP BUILD TESTING 🚧

@github-actions
Copy link
Contributor

Unused exports (1)

Filename exports
packages/theme/src/cli/utilities/theme-uploader.ts MIN_BATCH_FILE_COUNT

@github-actions
Copy link
Contributor

Differences in type declarations

We detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:

  • Some seemingly private modules might be re-exported through public modules.
  • If the branch is behind main you might see odd diffs, rebase main into this branch.

New type declarations

We found no new type declarations in this PR

Existing type declarations

packages/cli-kit/dist/private/node/constants.d.ts
@@ -2,6 +2,7 @@ export declare const logsFolder: () => string;
 export declare const environmentVariables: {
     alwaysLogAnalytics: string;
     alwaysLogMetrics: string;
+    badssl: string;
     deviceAuth: string;
     enableCliRedirect: string;
     env: string;
packages/cli-kit/dist/public/node/context/local.d.ts
@@ -166,4 +166,11 @@ export declare function getThemeKitAccessDomain(env?: NodeJS.ProcessEnv): string
  * @returns The domain to send OTEL metrics to.
  */
 export declare function opentelemetryDomain(env?: NodeJS.ProcessEnv): string;
+/**
+ * Returns true if badssl mode is enabled.
+ *
+ * @param env - The environment variables from the environment of the current process.
+ * @returns True if SHOPIFY_CLI_BADSSL is truthy.
+ */
+export declare function badsslEnabled(env?: NodeJS.ProcessEnv): boolean;
 export type CIMetadata = Metadata;
\ No newline at end of file

@github-actions
Copy link
Contributor

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
79.14% (-0.08% 🔻)
13471/17022
🟡 Branches
72.95% (-0.1% 🔻)
6563/8997
🟡 Functions
79.2% (-0.04% 🔻)
3466/4376
🟡 Lines
79.5% (-0.08% 🔻)
12730/16012
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / git.ts
91.92% (-0.46% 🔻)
88% (-1.29% 🔻)
90.48%
92.71% (-0.43% 🔻)
🟡
... / local.ts
68.63% (-1.37% 🔻)
56.25% (-1.2% 🔻)
54.55% (-2.6% 🔻)
68.63% (-1.37% 🔻)
🟢
... / theme-uploader.ts
84.08% (-7.63% 🔻)
66.67% (-12.37% 🔻)
86.15% (-1.35% 🔻)
84.53% (-8.06% 🔻)

Test suite run success

3311 tests passing in 1359 suites.

Report generated by 🧪jest coverage report action from 8f47855

@EvilGenius13
Copy link
Contributor Author

/snapit

@github-actions
Copy link
Contributor

🫰✨ Thanks @EvilGenius13! Your snapshot has been published to npm.

Test the snapshot by installing your package globally:

npm i -g --@shopify:registry=https://registry.npmjs.org @shopify/cli@0.0.0-snapshot-20251024190639

Caution

After installing, validate the version by running just shopify in your terminal.
If the versions don't match, you might have multiple global instances installed.
Use which shopify to find out which one you are running and uninstall it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant