establishing new structure #476
Annotations
4 errors
coverage (18.x)
Failed to parse the json-summary at path "/home/runner/work/tabsets/tabsets/coverage/coverage-summary.json."
Make sure to run vitest before this action and to include the "json-summary" reporter.
Original Error:
Error: ENOENT: no such file or directory, open '/home/runner/work/tabsets/tabsets/coverage/coverage-summary.json'
at async open (node:internal/fs/promises:636:25)
at async readFile (node:internal/fs/promises:1246:14)
at async ay (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:70:800)
at async uu (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:70:881)
at async Uq (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:148:2032)
|
coverage (18.x)
Error: ENOENT: no such file or directory, open '/home/runner/work/tabsets/tabsets/coverage/coverage-summary.json'
|
test/vitest/__tests__/windows/stores/windowsStore.test.ts > WindowsStore > initializing correctly with multiple windows and indices differing:
test/vitest/__tests__/windows/stores/windowsStore.test.ts#L132
AssertionError: expected [ 'https://www.skysail.io', …(1) ] to strictly equal [ 'www.skysail.io', 'www.tabsets.net' ]
- Expected
+ Received
Array [
- "www.skysail.io",
- "www.tabsets.net",
+ "https://www.skysail.io",
+ "https://www.tabsets.net",
]
❯ test/vitest/__tests__/windows/stores/windowsStore.test.ts:132:30
|
coverage (18.x)
Process completed with exit code 1.
|