[CI] - Add GitHub Actions CI with Codecov coverage #7
ci.yml
on: push
Lint, Typecheck, Test
22s
Build
13s
Annotations
3 errors
|
Lint, Typecheck, Test
Process completed with exit code 1.
|
|
src/core/simulators.test.ts > readBundleId > reads bundle ID from a nested package app:
src/core/simulators.ts#L149
Error: spawnSync plutil ENOENT
❯ readBundleId src/core/simulators.ts:149:18
❯ src/core/simulators.test.ts:98:12
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'spawnSync plutil', path: 'plutil', spawnargs: [ '-convert', 'json', '-o', '-', '/home/runner/work/XcodeBuildMCP/XcodeBuildMCP/.test-fixtures/workspace/bazel-bin/Apps/MyApp/MyApp.app/Info.plist' ] }
|
|
src/core/simulators.test.ts > readBundleId > reads CFBundleIdentifier from an Info.plist:
src/core/simulators.ts#L149
Error: spawnSync plutil ENOENT
❯ readBundleId src/core/simulators.ts:149:18
❯ src/core/simulators.test.ts:93:12
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'spawnSync plutil', path: 'plutil', spawnargs: [ '-convert', 'json', '-o', '-', '/home/runner/work/XcodeBuildMCP/XcodeBuildMCP/.test-fixtures/workspace/bazel-bin/BazelApp.app/Info.plist' ] }
|