test: run coverage with four workers #2812
Annotations
4 errors
|
🔎 Check
Process completed with exit code 1.
|
|
🧪 Test (ubuntu-latest)
Process completed with exit code 1.
|
|
packages/cli/test/integration/cli/cmd-fix.test.mts > socket fix > environment variable handling > should not show env var names when all CI env vars are present: `fix --dry-run --config {"apiToken":"fake-token","defaultOrg":"fake-org"}`:
packages/cli/test/integration/cli/cmd-fix.test.mts#L125
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ packages/cli/test/integration/cli/cmd-fix.test.mts:125:22
|
|
packages/cli/test/integration/cli/cmd-analytics.test.mts > socket analytics > should support --help: `analytics --help --config {}`:
packages/cli/test/integration/cli/cmd-analytics.test.mts#L49
Error: Snapshot `socket analytics > should support --help: `analytics --help --config {}` 1` mismatched
- Expected
+ Received
- "Look up analytics data
-
- Usage
- $ socket analytics [options] [ "org" | "repo" <reponame>] [TIME]
-
- API Token Requirements
- - Quota: 1 unit
- - Permissions: report:write
-
- The scope is either org or repo level, defaults to org.
-
- When scope is repo, a repo slug must be given as well.
-
- The TIME argument must be number 7, 30, or 90 and defaults to 30.
-
- Options
- --file Path to store result, only valid with --json/--markdown
- --json Output as JSON
- --markdown Output as Markdown
- --quiet Route non-essential output (status, progress, warnings) to stderr so stdout carries only the payload. Implied by --json and --markdown.
-
- Examples
- $ socket analytics org 7
- $ socket analytics repo test-repo 30
- $ socket analytics 90"
+ ""
❯ packages/cli/test/integration/cli/cmd-analytics.test.mts:49:22
|